Shades of Lilac #D291D0
Tints of Lilac #D291D0
RGB
CMYK
RGB Variations
Color information
#D291D0 (or 0xD291D0) is known color: Lilac. HEX triplet: D2, 91 and D0. RGB value is (210,145,208). Sum of RGB (Red+Green+Blue) = 210+145+208=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D291D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291D0 is #2D6E2F. Grayscale: #ABABAB. Windows color (decimal): -2977328 or 13668818. OLE color: 13668818.
HSL color Cylindrical-coordinate representation of color #D291D0: hue angle of 301.85º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291D0 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 208 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.18 |
| HSL | 301.85º | 0.42% | 0.7% | - |
| HSV(B) | 301.85º | 0.31% | 0.82% | - |
| XYZ | 48.09 | 38.51 | 64.57 | - |
| YUV | 171.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 208 | 0 | 0.31 | 0.01 | 0.18 | 301.85 | 0.42 | 0.7 |
| Hex | D2 | 91 | D0 | 0 | 1F | 1 | 12 | 12E | 2A | 46 |
| Octal | 322 | 221 | 320 | 0 | 37 | 1 | 22 | 456 | 52 | 106 |
| Binary | 11010010 | 10010001 | 11010000 | 0 | 11111 | 1 | 10010 | 100101110 | 101010 | 1000110 |
Color Harmonies of #D291D0
Complementary color
Monochromatic Colors of #D291D0
Black with #D291D0
Text Example
Text Example
White with #D291D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291D0; }
p { color: rgb(210,145,208); }
H1.HeaderClassName
{
color: #D291D0;
}
.AnyTagClassName
{
color: #D291D0;
}
</style>
background-color css
<style>
a { background-color: #D291D0; }
a { background-color: rgb(210,145,208); }
div.DivClassName
{
background-color: #D291D0;
}
.BgClassName
{
background-color: #D291D0;
}
</style>
border-color css
<style>
span { border-color: #D291D0; }
span { border-color: rgb(210,145,208); }
td.TdClassName
{
border-color: #D291D0;
}
.TagClassName
{
border-color: #D291D0;
}
</style>