Shades of Lilac #D093C9
Tints of Lilac #D093C9
RGB
CMYK
RGB Variations
Color information
#D093C9 (or 0xD093C9) is known color: Lilac. HEX triplet: D0, 93 and C9. RGB value is (208,147,201). Sum of RGB (Red+Green+Blue) = 208+147+201=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D093C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093C9 is #2F6C36. Grayscale: #ABABAB. Windows color (decimal): -3107895 or 13210576. OLE color: 13210576.
HSL color Cylindrical-coordinate representation of color #D093C9: hue angle of 306.89º 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 #D093C9 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 201 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.18 |
| HSL | 306.89º | 0.39% | 0.7% | - |
| HSV(B) | 306.89º | 0.29% | 0.82% | - |
| XYZ | 46.99 | 38.49 | 60.21 | - |
| YUV | 171.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 201 | 0 | 0.29 | 0.03 | 0.18 | 306.89 | 0.39 | 0.7 |
| Hex | D0 | 93 | C9 | 0 | 1D | 3 | 12 | 133 | 27 | 46 |
| Octal | 320 | 223 | 311 | 0 | 35 | 3 | 22 | 463 | 47 | 106 |
| Binary | 11010000 | 10010011 | 11001001 | 0 | 11101 | 11 | 10010 | 100110011 | 100111 | 1000110 |
Color Harmonies of #D093C9
Complementary color
Monochromatic Colors of #D093C9
Black with #D093C9
Text Example
Text Example
White with #D093C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093C9; }
p { color: rgb(208,147,201); }
H1.HeaderClassName
{
color: #D093C9;
}
.AnyTagClassName
{
color: #D093C9;
}
</style>
background-color css
<style>
a { background-color: #D093C9; }
a { background-color: rgb(208,147,201); }
div.DivClassName
{
background-color: #D093C9;
}
.BgClassName
{
background-color: #D093C9;
}
</style>
border-color css
<style>
span { border-color: #D093C9; }
span { border-color: rgb(208,147,201); }
td.TdClassName
{
border-color: #D093C9;
}
.TagClassName
{
border-color: #D093C9;
}
</style>