Shades of Lilac #D090CE
Tints of Lilac #D090CE
RGB
CMYK
RGB Variations
Color information
#D090CE (or 0xD090CE) is known color: Lilac. HEX triplet: D0, 90 and CE. RGB value is (208,144,206). Sum of RGB (Red+Green+Blue) = 208+144+206=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D090CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090CE is #2F6F31. Grayscale: #AAAAAA. Windows color (decimal): -3108658 or 13537488. OLE color: 13537488.
HSL color Cylindrical-coordinate representation of color #D090CE: hue angle of 301.88º 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 #D090CE is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 206 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.18 |
| HSL | 301.88º | 0.41% | 0.69% | - |
| HSV(B) | 301.88º | 0.31% | 0.82% | - |
| XYZ | 47.13 | 37.81 | 63.21 | - |
| YUV | 170.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 206 | 0 | 0.31 | 0.01 | 0.18 | 301.88 | 0.41 | 0.69 |
| Hex | D0 | 90 | CE | 0 | 1F | 1 | 12 | 12E | 29 | 45 |
| Octal | 320 | 220 | 316 | 0 | 37 | 1 | 22 | 456 | 51 | 105 |
| Binary | 11010000 | 10010000 | 11001110 | 0 | 11111 | 1 | 10010 | 100101110 | 101001 | 1000101 |
Color Harmonies of #D090CE
Complementary color
Monochromatic Colors of #D090CE
Black with #D090CE
Text Example
Text Example
White with #D090CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D090CE; }
p { color: rgb(208,144,206); }
H1.HeaderClassName
{
color: #D090CE;
}
.AnyTagClassName
{
color: #D090CE;
}
</style>
background-color css
<style>
a { background-color: #D090CE; }
a { background-color: rgb(208,144,206); }
div.DivClassName
{
background-color: #D090CE;
}
.BgClassName
{
background-color: #D090CE;
}
</style>
border-color css
<style>
span { border-color: #D090CE; }
span { border-color: rgb(208,144,206); }
td.TdClassName
{
border-color: #D090CE;
}
.TagClassName
{
border-color: #D090CE;
}
</style>