Shades of Lilac #D992CA
Tints of Lilac #D992CA
RGB
CMYK
RGB Variations
Color information
#D992CA (or 0xD992CA) is known color: Lilac. HEX triplet: D9, 92 and CA. RGB value is (217,146,202). Sum of RGB (Red+Green+Blue) = 217+146+202=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D992CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992CA is #266D35. Grayscale: #ADADAD. Windows color (decimal): -2518326 or 13275865. OLE color: 13275865.
HSL color Cylindrical-coordinate representation of color #D992CA: hue angle of 312.68º degrees, saturation: 0.48, 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 #D992CA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 202 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.15 |
| HSL | 312.68º | 0.48% | 0.71% | - |
| HSV(B) | 312.68º | 0.33% | 0.85% | - |
| XYZ | 49.55 | 39.57 | 60.9 | - |
| YUV | 173.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 202 | 0 | 0.33 | 0.07 | 0.15 | 312.68 | 0.48 | 0.71 |
| Hex | D9 | 92 | CA | 0 | 21 | 7 | F | 139 | 30 | 47 |
| Octal | 331 | 222 | 312 | 0 | 41 | 7 | 17 | 471 | 60 | 107 |
| Binary | 11011001 | 10010010 | 11001010 | 0 | 100001 | 111 | 1111 | 100111001 | 110000 | 1000111 |
Color Harmonies of #D992CA
Complementary color
Monochromatic Colors of #D992CA
Black with #D992CA
Text Example
Text Example
White with #D992CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992CA; }
p { color: rgb(217,146,202); }
H1.HeaderClassName
{
color: #D992CA;
}
.AnyTagClassName
{
color: #D992CA;
}
</style>
background-color css
<style>
a { background-color: #D992CA; }
a { background-color: rgb(217,146,202); }
div.DivClassName
{
background-color: #D992CA;
}
.BgClassName
{
background-color: #D992CA;
}
</style>
border-color css
<style>
span { border-color: #D992CA; }
span { border-color: rgb(217,146,202); }
td.TdClassName
{
border-color: #D992CA;
}
.TagClassName
{
border-color: #D992CA;
}
</style>