Shades of Lilac #D096C6
Tints of Lilac #D096C6
RGB
CMYK
RGB Variations
Color information
#D096C6 (or 0xD096C6) is known color: Lilac. HEX triplet: D0, 96 and C6. RGB value is (208,150,198). Sum of RGB (Red+Green+Blue) = 208+150+198=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D096C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096C6 is #2F6939. Grayscale: #ACACAC. Windows color (decimal): -3107130 or 13014736. OLE color: 13014736.
HSL color Cylindrical-coordinate representation of color #D096C6: hue angle of 310.34º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D096C6 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 198 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.18 |
| HSL | 310.34º | 0.38% | 0.7% | - |
| HSV(B) | 310.34º | 0.28% | 0.82% | - |
| XYZ | 47.11 | 39.3 | 58.53 | - |
| YUV | 172.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 198 | 0 | 0.28 | 0.05 | 0.18 | 310.34 | 0.38 | 0.7 |
| Hex | D0 | 96 | C6 | 0 | 1C | 5 | 12 | 136 | 26 | 46 |
| Octal | 320 | 226 | 306 | 0 | 34 | 5 | 22 | 466 | 46 | 106 |
| Binary | 11010000 | 10010110 | 11000110 | 0 | 11100 | 101 | 10010 | 100110110 | 100110 | 1000110 |
Color Harmonies of #D096C6
Complementary color
Monochromatic Colors of #D096C6
Black with #D096C6
Text Example
Text Example
White with #D096C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096C6; }
p { color: rgb(208,150,198); }
H1.HeaderClassName
{
color: #D096C6;
}
.AnyTagClassName
{
color: #D096C6;
}
</style>
background-color css
<style>
a { background-color: #D096C6; }
a { background-color: rgb(208,150,198); }
div.DivClassName
{
background-color: #D096C6;
}
.BgClassName
{
background-color: #D096C6;
}
</style>
border-color css
<style>
span { border-color: #D096C6; }
span { border-color: rgb(208,150,198); }
td.TdClassName
{
border-color: #D096C6;
}
.TagClassName
{
border-color: #D096C6;
}
</style>