Shades of Lilac #D190D2
Tints of Lilac #D190D2
RGB
CMYK
RGB Variations
Color information
#D190D2 (or 0xD190D2) is known color: Lilac. HEX triplet: D1, 90 and D2. RGB value is (209,144,210). Sum of RGB (Red+Green+Blue) = 209+144+210=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #D190D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190D2 is #2E6F2D. Grayscale: #AAAAAA. Windows color (decimal): -3043118 or 13799633. OLE color: 13799633.
HSL color Cylindrical-coordinate representation of color #D190D2: hue angle of 299.09º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D190D2 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 210 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.18 |
| HSL | 299.09º | 0.42% | 0.69% | - |
| HSV(B) | 299.09º | 0.31% | 0.82% | - |
| XYZ | 47.9 | 38.15 | 65.81 | - |
| YUV | 170.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 210 | 0.00 | 0.31 | 0 | 0.18 | 299.09 | 0.42 | 0.69 |
| Hex | D1 | 90 | D2 | 0 | 1F | 0 | 12 | 12B | 2A | 45 |
| Octal | 321 | 220 | 322 | 0 | 37 | 0 | 22 | 453 | 52 | 105 |
| Binary | 11010001 | 10010000 | 11010010 | 0 | 11111 | 0 | 10010 | 100101011 | 101010 | 1000101 |
Color Harmonies of #D190D2
Complementary color
Monochromatic Colors of #D190D2
Black with #D190D2
Text Example
Text Example
White with #D190D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190D2; }
p { color: rgb(209,144,210); }
H1.HeaderClassName
{
color: #D190D2;
}
.AnyTagClassName
{
color: #D190D2;
}
</style>
background-color css
<style>
a { background-color: #D190D2; }
a { background-color: rgb(209,144,210); }
div.DivClassName
{
background-color: #D190D2;
}
.BgClassName
{
background-color: #D190D2;
}
</style>
border-color css
<style>
span { border-color: #D190D2; }
span { border-color: rgb(209,144,210); }
td.TdClassName
{
border-color: #D190D2;
}
.TagClassName
{
border-color: #D190D2;
}
</style>