Shades of Lilac #D190D0
Tints of Lilac #D190D0
RGB
CMYK
RGB Variations
Color information
#D190D0 (or 0xD190D0) is known color: Lilac. HEX triplet: D1, 90 and D0. RGB value is (209,144,208). Sum of RGB (Red+Green+Blue) = 209+144+208=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D190D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190D0 is #2E6F2F. Grayscale: #AAAAAA. Windows color (decimal): -3043120 or 13668561. OLE color: 13668561.
HSL color Cylindrical-coordinate representation of color #D190D0: hue angle of 300.92º degrees, saturation: 0.41, 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 #D190D0 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 208 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.18 |
| HSL | 300.92º | 0.41% | 0.69% | - |
| HSV(B) | 300.92º | 0.31% | 0.82% | - |
| XYZ | 47.65 | 38.06 | 64.51 | - |
| YUV | 170.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 208 | 0 | 0.31 | 0.00 | 0.18 | 300.92 | 0.41 | 0.69 |
| Hex | D1 | 90 | D0 | 0 | 1F | 0 | 12 | 12D | 29 | 45 |
| Octal | 321 | 220 | 320 | 0 | 37 | 0 | 22 | 455 | 51 | 105 |
| Binary | 11010001 | 10010000 | 11010000 | 0 | 11111 | 0 | 10010 | 100101101 | 101001 | 1000101 |
Color Harmonies of #D190D0
Complementary color
Monochromatic Colors of #D190D0
Black with #D190D0
Text Example
Text Example
White with #D190D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190D0; }
p { color: rgb(209,144,208); }
H1.HeaderClassName
{
color: #D190D0;
}
.AnyTagClassName
{
color: #D190D0;
}
</style>
background-color css
<style>
a { background-color: #D190D0; }
a { background-color: rgb(209,144,208); }
div.DivClassName
{
background-color: #D190D0;
}
.BgClassName
{
background-color: #D190D0;
}
</style>
border-color css
<style>
span { border-color: #D190D0; }
span { border-color: rgb(209,144,208); }
td.TdClassName
{
border-color: #D190D0;
}
.TagClassName
{
border-color: #D190D0;
}
</style>