Shades of Lilac #D990C8
Tints of Lilac #D990C8
RGB
CMYK
RGB Variations
Color information
#D990C8 (or 0xD990C8) is known color: Lilac. HEX triplet: D9, 90 and C8. RGB value is (217,144,200). Sum of RGB (Red+Green+Blue) = 217+144+200=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D990C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990C8 is #266F37. Grayscale: #ACACAC. Windows color (decimal): -2518840 or 13144281. OLE color: 13144281.
HSL color Cylindrical-coordinate representation of color #D990C8: hue angle of 313.97º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D990C8 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 200 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.15 |
| HSL | 313.97º | 0.49% | 0.71% | - |
| HSV(B) | 313.97º | 0.34% | 0.85% | - |
| XYZ | 49.01 | 38.87 | 59.56 | - |
| YUV | 172.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 200 | 0 | 0.34 | 0.08 | 0.15 | 313.97 | 0.49 | 0.71 |
| Hex | D9 | 90 | C8 | 0 | 22 | 8 | F | 13A | 31 | 47 |
| Octal | 331 | 220 | 310 | 0 | 42 | 10 | 17 | 472 | 61 | 107 |
| Binary | 11011001 | 10010000 | 11001000 | 0 | 100010 | 1000 | 1111 | 100111010 | 110001 | 1000111 |
Color Harmonies of #D990C8
Complementary color
Monochromatic Colors of #D990C8
Black with #D990C8
Text Example
Text Example
White with #D990C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D990C8; }
p { color: rgb(217,144,200); }
H1.HeaderClassName
{
color: #D990C8;
}
.AnyTagClassName
{
color: #D990C8;
}
</style>
background-color css
<style>
a { background-color: #D990C8; }
a { background-color: rgb(217,144,200); }
div.DivClassName
{
background-color: #D990C8;
}
.BgClassName
{
background-color: #D990C8;
}
</style>
border-color css
<style>
span { border-color: #D990C8; }
span { border-color: rgb(217,144,200); }
td.TdClassName
{
border-color: #D990C8;
}
.TagClassName
{
border-color: #D990C8;
}
</style>