Shades of Lilac #D196D1
Tints of Lilac #D196D1
RGB
CMYK
RGB Variations
Color information
#D196D1 (or 0xD196D1) is known color: Lilac. HEX triplet: D1, 96 and D1. RGB value is (209,150,209). Sum of RGB (Red+Green+Blue) = 209+150+209=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D196D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196D1 is #2E692E. Grayscale: #AEAEAE. Windows color (decimal): -3041583 or 13735633. OLE color: 13735633.
HSL color Cylindrical-coordinate representation of color #D196D1: hue angle of 300º degrees, saturation: 0.39, 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 #D196D1 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 209 | - |
| CMYK | 0 | 0.28 | 0 | 0.18 |
| HSL | 300º | 0.39% | 0.7% | - |
| HSV(B) | 300º | 0.28% | 0.82% | - |
| XYZ | 48.71 | 39.97 | 65.47 | - |
| YUV | 174.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 209 | 0 | 0.28 | 0 | 0.18 | 300 | 0.39 | 0.7 |
| Hex | D1 | 96 | D1 | 0 | 1C | 0 | 12 | 12C | 27 | 46 |
| Octal | 321 | 226 | 321 | 0 | 34 | 0 | 22 | 454 | 47 | 106 |
| Binary | 11010001 | 10010110 | 11010001 | 0 | 11100 | 0 | 10010 | 100101100 | 100111 | 1000110 |
Color Harmonies of #D196D1
Complementary color
Monochromatic Colors of #D196D1
Black with #D196D1
Text Example
Text Example
White with #D196D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196D1; }
p { color: rgb(209,150,209); }
H1.HeaderClassName
{
color: #D196D1;
}
.AnyTagClassName
{
color: #D196D1;
}
</style>
background-color css
<style>
a { background-color: #D196D1; }
a { background-color: rgb(209,150,209); }
div.DivClassName
{
background-color: #D196D1;
}
.BgClassName
{
background-color: #D196D1;
}
</style>
border-color css
<style>
span { border-color: #D196D1; }
span { border-color: rgb(209,150,209); }
td.TdClassName
{
border-color: #D196D1;
}
.TagClassName
{
border-color: #D196D1;
}
</style>