Random Color Generator

#d76085 Color

Color Codes
Hex Code #d76085
RGB Code rgb(215, 96, 133)
HSL Code hsl(341, 60%, 61%)

#d76085 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(215, 96, 133);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(341, 60%, 61%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #d76085

RGB Code Hex Code Preview
rgb(215, 96, 133, 10%) #d760851a  
rgb(215, 96, 133, 20%) #d7608533  
rgb(215, 96, 133, 40%) #d760854C  
rgb(215, 96, 133, 60%) #d7608599  
rgb(215, 96, 133, 80%) #d76085CC  
rgb(215, 96, 133, 100%) #d76085FF  

Saturated and desaturated colors of #d76085

HSL Code Preview
hsl(341, 10%, 61%)  
hsl(341, 20%, 61%)  
hsl(341, 40%, 61%)  
hsl(341, 60%, 61%)  
hsl(341, 80%, 61%)  
hsl(341, 100%, 61%)  

#d76085 Color Usage In CSS

 body {
    color: #d76085;
    }
 p {
    color: rgb(215, 96, 133);
    }
 header {
    border-bottom:1px solid #d76085;
    }
Recent Random Colors