Shades of Lilac #D996C9
Tints of Lilac #D996C9
RGB
CMYK
RGB Variations
Color information
#D996C9 (or 0xD996C9) is known color: Lilac. HEX triplet: D9, 96 and C9. RGB value is (217,150,201). Sum of RGB (Red+Green+Blue) = 217+150+201=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C9 is #266936. Grayscale: #AFAFAF. Windows color (decimal): -2517303 or 13211353. OLE color: 13211353.
HSL color Cylindrical-coordinate representation of color #D996C9: hue angle of 314.33º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996C9 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 201 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.15 |
| HSL | 314.33º | 0.47% | 0.72% | - |
| HSV(B) | 314.33º | 0.31% | 0.85% | - |
| XYZ | 50.06 | 40.78 | 60.49 | - |
| YUV | 175.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 201 | 0 | 0.31 | 0.07 | 0.15 | 314.33 | 0.47 | 0.72 |
| Hex | D9 | 96 | C9 | 0 | 1F | 7 | F | 13A | 2F | 48 |
| Octal | 331 | 226 | 311 | 0 | 37 | 7 | 17 | 472 | 57 | 110 |
| Binary | 11011001 | 10010110 | 11001001 | 0 | 11111 | 111 | 1111 | 100111010 | 101111 | 1001000 |
Color Harmonies of #D996C9
Complementary color
Monochromatic Colors of #D996C9
Black with #D996C9
Text Example
Text Example
White with #D996C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996C9; }
p { color: rgb(217,150,201); }
H1.HeaderClassName
{
color: #D996C9;
}
.AnyTagClassName
{
color: #D996C9;
}
</style>
background-color css
<style>
a { background-color: #D996C9; }
a { background-color: rgb(217,150,201); }
div.DivClassName
{
background-color: #D996C9;
}
.BgClassName
{
background-color: #D996C9;
}
</style>
border-color css
<style>
span { border-color: #D996C9; }
span { border-color: rgb(217,150,201); }
td.TdClassName
{
border-color: #D996C9;
}
.TagClassName
{
border-color: #D996C9;
}
</style>