Shades of Lily #D093C0
Tints of Lily #D093C0
RGB
CMYK
RGB Variations
Color information
#D093C0 (or 0xD093C0) is known color: Lily. HEX triplet: D0, 93 and C0. RGB value is (208,147,192). Sum of RGB (Red+Green+Blue) = 208+147+192=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D093C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093C0 is #2F6C3F. Grayscale: #AAAAAA. Windows color (decimal): -3107904 or 12620752. OLE color: 12620752.
HSL color Cylindrical-coordinate representation of color #D093C0: hue angle of 315.74º 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 #D093C0 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 192 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.18 |
| HSL | 315.74º | 0.39% | 0.7% | - |
| HSV(B) | 315.74º | 0.29% | 0.82% | - |
| XYZ | 45.96 | 38.08 | 54.8 | - |
| YUV | 170.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 192 | 0 | 0.29 | 0.08 | 0.18 | 315.74 | 0.39 | 0.7 |
| Hex | D0 | 93 | C0 | 0 | 1D | 8 | 12 | 13C | 27 | 46 |
| Octal | 320 | 223 | 300 | 0 | 35 | 10 | 22 | 474 | 47 | 106 |
| Binary | 11010000 | 10010011 | 11000000 | 0 | 11101 | 1000 | 10010 | 100111100 | 100111 | 1000110 |
Color Harmonies of #D093C0
Complementary color
Monochromatic Colors of #D093C0
Black with #D093C0
Text Example
Text Example
White with #D093C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093C0; }
p { color: rgb(208,147,192); }
H1.HeaderClassName
{
color: #D093C0;
}
.AnyTagClassName
{
color: #D093C0;
}
</style>
background-color css
<style>
a { background-color: #D093C0; }
a { background-color: rgb(208,147,192); }
div.DivClassName
{
background-color: #D093C0;
}
.BgClassName
{
background-color: #D093C0;
}
</style>
border-color css
<style>
span { border-color: #D093C0; }
span { border-color: rgb(208,147,192); }
td.TdClassName
{
border-color: #D093C0;
}
.TagClassName
{
border-color: #D093C0;
}
</style>