Shades of Lilac #D296C9
Tints of Lilac #D296C9
RGB
CMYK
RGB Variations
Color information
#D296C9 (or 0xD296C9) is known color: Lilac. HEX triplet: D2, 96 and C9. RGB value is (210,150,201). Sum of RGB (Red+Green+Blue) = 210+150+201=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D296C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296C9 is #2D6936. Grayscale: #ADADAD. Windows color (decimal): -2976055 or 13211346. OLE color: 13211346.
HSL color Cylindrical-coordinate representation of color #D296C9: hue angle of 309º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296C9 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 201 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.18 |
| HSL | 309º | 0.4% | 0.71% | - |
| HSV(B) | 309º | 0.29% | 0.82% | - |
| XYZ | 48.03 | 39.73 | 60.4 | - |
| YUV | 173.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 201 | 0 | 0.29 | 0.04 | 0.18 | 309 | 0.4 | 0.71 |
| Hex | D2 | 96 | C9 | 0 | 1D | 4 | 12 | 135 | 28 | 47 |
| Octal | 322 | 226 | 311 | 0 | 35 | 4 | 22 | 465 | 50 | 107 |
| Binary | 11010010 | 10010110 | 11001001 | 0 | 11101 | 100 | 10010 | 100110101 | 101000 | 1000111 |
Color Harmonies of #D296C9
Complementary color
Monochromatic Colors of #D296C9
Black with #D296C9
Text Example
Text Example
White with #D296C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296C9; }
p { color: rgb(210,150,201); }
H1.HeaderClassName
{
color: #D296C9;
}
.AnyTagClassName
{
color: #D296C9;
}
</style>
background-color css
<style>
a { background-color: #D296C9; }
a { background-color: rgb(210,150,201); }
div.DivClassName
{
background-color: #D296C9;
}
.BgClassName
{
background-color: #D296C9;
}
</style>
border-color css
<style>
span { border-color: #D296C9; }
span { border-color: rgb(210,150,201); }
td.TdClassName
{
border-color: #D296C9;
}
.TagClassName
{
border-color: #D296C9;
}
</style>