Shades of Lilac #D093CE
Tints of Lilac #D093CE
RGB
CMYK
RGB Variations
Color information
#D093CE (or 0xD093CE) is known color: Lilac. HEX triplet: D0, 93 and CE. RGB value is (208,147,206). Sum of RGB (Red+Green+Blue) = 208+147+206=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D093CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093CE is #2F6C31. Grayscale: #ABABAB. Windows color (decimal): -3107890 or 13538256. OLE color: 13538256.
HSL color Cylindrical-coordinate representation of color #D093CE: hue angle of 301.97º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D093CE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 206 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.18 |
| HSL | 301.97º | 0.39% | 0.7% | - |
| HSV(B) | 301.97º | 0.29% | 0.82% | - |
| XYZ | 47.59 | 38.73 | 63.36 | - |
| YUV | 171.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 206 | 0 | 0.29 | 0.01 | 0.18 | 301.97 | 0.39 | 0.7 |
| Hex | D0 | 93 | CE | 0 | 1D | 1 | 12 | 12E | 27 | 46 |
| Octal | 320 | 223 | 316 | 0 | 35 | 1 | 22 | 456 | 47 | 106 |
| Binary | 11010000 | 10010011 | 11001110 | 0 | 11101 | 1 | 10010 | 100101110 | 100111 | 1000110 |
Color Harmonies of #D093CE
Complementary color
Monochromatic Colors of #D093CE
Black with #D093CE
Text Example
Text Example
White with #D093CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093CE; }
p { color: rgb(208,147,206); }
H1.HeaderClassName
{
color: #D093CE;
}
.AnyTagClassName
{
color: #D093CE;
}
</style>
background-color css
<style>
a { background-color: #D093CE; }
a { background-color: rgb(208,147,206); }
div.DivClassName
{
background-color: #D093CE;
}
.BgClassName
{
background-color: #D093CE;
}
</style>
border-color css
<style>
span { border-color: #D093CE; }
span { border-color: rgb(208,147,206); }
td.TdClassName
{
border-color: #D093CE;
}
.TagClassName
{
border-color: #D093CE;
}
</style>