Shades of Lilac #D291CE
Tints of Lilac #D291CE
RGB
CMYK
RGB Variations
Color information
#D291CE (or 0xD291CE) is known color: Lilac. HEX triplet: D2, 91 and CE. RGB value is (210,145,206). Sum of RGB (Red+Green+Blue) = 210+145+206=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D291CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291CE is #2D6E31. Grayscale: #ABABAB. Windows color (decimal): -2977330 or 13537746. OLE color: 13537746.
HSL color Cylindrical-coordinate representation of color #D291CE: hue angle of 303.69º 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 #D291CE is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 206 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.18 |
| HSL | 303.69º | 0.42% | 0.7% | - |
| HSV(B) | 303.69º | 0.31% | 0.82% | - |
| XYZ | 47.84 | 38.41 | 63.28 | - |
| YUV | 171.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 206 | 0 | 0.31 | 0.02 | 0.18 | 303.69 | 0.42 | 0.7 |
| Hex | D2 | 91 | CE | 0 | 1F | 2 | 12 | 130 | 2A | 46 |
| Octal | 322 | 221 | 316 | 0 | 37 | 2 | 22 | 460 | 52 | 106 |
| Binary | 11010010 | 10010001 | 11001110 | 0 | 11111 | 10 | 10010 | 100110000 | 101010 | 1000110 |
Color Harmonies of #D291CE
Complementary color
Monochromatic Colors of #D291CE
Black with #D291CE
Text Example
Text Example
White with #D291CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291CE; }
p { color: rgb(210,145,206); }
H1.HeaderClassName
{
color: #D291CE;
}
.AnyTagClassName
{
color: #D291CE;
}
</style>
background-color css
<style>
a { background-color: #D291CE; }
a { background-color: rgb(210,145,206); }
div.DivClassName
{
background-color: #D291CE;
}
.BgClassName
{
background-color: #D291CE;
}
</style>
border-color css
<style>
span { border-color: #D291CE; }
span { border-color: rgb(210,145,206); }
td.TdClassName
{
border-color: #D291CE;
}
.TagClassName
{
border-color: #D291CE;
}
</style>