Shades of Lilac #D296D1
Tints of Lilac #D296D1
RGB
CMYK
RGB Variations
Color information
#D296D1 (or 0xD296D1) is known color: Lilac. HEX triplet: D2, 96 and D1. RGB value is (210,150,209). Sum of RGB (Red+Green+Blue) = 210+150+209=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D296D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296D1 is #2D692E. Grayscale: #AEAEAE. Windows color (decimal): -2976047 or 13735634. OLE color: 13735634.
HSL color Cylindrical-coordinate representation of color #D296D1: hue angle of 301º 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 #D296D1 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 209 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.18 |
| HSL | 301º | 0.4% | 0.71% | - |
| HSV(B) | 301º | 0.29% | 0.82% | - |
| XYZ | 48.99 | 40.12 | 65.48 | - |
| YUV | 174.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 209 | 0 | 0.29 | 0.00 | 0.18 | 301 | 0.4 | 0.71 |
| Hex | D2 | 96 | D1 | 0 | 1D | 0 | 12 | 12D | 28 | 47 |
| Octal | 322 | 226 | 321 | 0 | 35 | 0 | 22 | 455 | 50 | 107 |
| Binary | 11010010 | 10010110 | 11010001 | 0 | 11101 | 0 | 10010 | 100101101 | 101000 | 1000111 |
Color Harmonies of #D296D1
Complementary color
Monochromatic Colors of #D296D1
Black with #D296D1
Text Example
Text Example
White with #D296D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296D1; }
p { color: rgb(210,150,209); }
H1.HeaderClassName
{
color: #D296D1;
}
.AnyTagClassName
{
color: #D296D1;
}
</style>
background-color css
<style>
a { background-color: #D296D1; }
a { background-color: rgb(210,150,209); }
div.DivClassName
{
background-color: #D296D1;
}
.BgClassName
{
background-color: #D296D1;
}
</style>
border-color css
<style>
span { border-color: #D296D1; }
span { border-color: rgb(210,150,209); }
td.TdClassName
{
border-color: #D296D1;
}
.TagClassName
{
border-color: #D296D1;
}
</style>