Shades of Lilac #D491CB
Tints of Lilac #D491CB
RGB
CMYK
RGB Variations
Color information
#D491CB (or 0xD491CB) is known color: Lilac. HEX triplet: D4, 91 and CB. RGB value is (212,145,203). Sum of RGB (Red+Green+Blue) = 212+145+203=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D491CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491CB is #2B6E34. Grayscale: #ABABAB. Windows color (decimal): -2846261 or 13341140. OLE color: 13341140.
HSL color Cylindrical-coordinate representation of color #D491CB: hue angle of 308.06º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D491CB is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 203 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.17 |
| HSL | 308.06º | 0.44% | 0.7% | - |
| HSV(B) | 308.06º | 0.32% | 0.83% | - |
| XYZ | 48.06 | 38.56 | 61.41 | - |
| YUV | 171.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 203 | 0 | 0.32 | 0.04 | 0.17 | 308.06 | 0.44 | 0.7 |
| Hex | D4 | 91 | CB | 0 | 20 | 4 | 11 | 134 | 2C | 46 |
| Octal | 324 | 221 | 313 | 0 | 40 | 4 | 21 | 464 | 54 | 106 |
| Binary | 11010100 | 10010001 | 11001011 | 0 | 100000 | 100 | 10001 | 100110100 | 101100 | 1000110 |
Color Harmonies of #D491CB
Complementary color
Monochromatic Colors of #D491CB
Black with #D491CB
Text Example
Text Example
White with #D491CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491CB; }
p { color: rgb(212,145,203); }
H1.HeaderClassName
{
color: #D491CB;
}
.AnyTagClassName
{
color: #D491CB;
}
</style>
background-color css
<style>
a { background-color: #D491CB; }
a { background-color: rgb(212,145,203); }
div.DivClassName
{
background-color: #D491CB;
}
.BgClassName
{
background-color: #D491CB;
}
</style>
border-color css
<style>
span { border-color: #D491CB; }
span { border-color: rgb(212,145,203); }
td.TdClassName
{
border-color: #D491CB;
}
.TagClassName
{
border-color: #D491CB;
}
</style>