Shades of Lilac #D991CA
Tints of Lilac #D991CA
RGB
CMYK
RGB Variations
Color information
#D991CA (or 0xD991CA) is known color: Lilac. HEX triplet: D9, 91 and CA. RGB value is (217,145,202). Sum of RGB (Red+Green+Blue) = 217+145+202=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D991CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991CA is #266E35. Grayscale: #ACACAC. Windows color (decimal): -2518582 or 13275609. OLE color: 13275609.
HSL color Cylindrical-coordinate representation of color #D991CA: hue angle of 312.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991CA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 202 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.15 |
| HSL | 312.5º | 0.49% | 0.71% | - |
| HSV(B) | 312.5º | 0.33% | 0.85% | - |
| XYZ | 49.4 | 39.27 | 60.85 | - |
| YUV | 173.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 202 | 0 | 0.33 | 0.07 | 0.15 | 312.5 | 0.49 | 0.71 |
| Hex | D9 | 91 | CA | 0 | 21 | 7 | F | 138 | 31 | 47 |
| Octal | 331 | 221 | 312 | 0 | 41 | 7 | 17 | 470 | 61 | 107 |
| Binary | 11011001 | 10010001 | 11001010 | 0 | 100001 | 111 | 1111 | 100111000 | 110001 | 1000111 |
Color Harmonies of #D991CA
Complementary color
Monochromatic Colors of #D991CA
Black with #D991CA
Text Example
Text Example
White with #D991CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991CA; }
p { color: rgb(217,145,202); }
H1.HeaderClassName
{
color: #D991CA;
}
.AnyTagClassName
{
color: #D991CA;
}
</style>
background-color css
<style>
a { background-color: #D991CA; }
a { background-color: rgb(217,145,202); }
div.DivClassName
{
background-color: #D991CA;
}
.BgClassName
{
background-color: #D991CA;
}
</style>
border-color css
<style>
span { border-color: #D991CA; }
span { border-color: rgb(217,145,202); }
td.TdClassName
{
border-color: #D991CA;
}
.TagClassName
{
border-color: #D991CA;
}
</style>