Shades of Lily #D093BA
Tints of Lily #D093BA
RGB
CMYK
RGB Variations
Color information
#D093BA (or 0xD093BA) is known color: Lily. HEX triplet: D0, 93 and BA. RGB value is (208,147,186). Sum of RGB (Red+Green+Blue) = 208+147+186=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D093BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093BA is #2F6C45. Grayscale: #A9A9A9. Windows color (decimal): -3107910 or 12227536. OLE color: 12227536.
HSL color Cylindrical-coordinate representation of color #D093BA: hue angle of 321.64º 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 #D093BA is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 186 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.18 |
| HSL | 321.64º | 0.39% | 0.7% | - |
| HSV(B) | 321.64º | 0.29% | 0.82% | - |
| XYZ | 45.31 | 37.82 | 51.37 | - |
| YUV | 169.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 186 | 0 | 0.29 | 0.11 | 0.18 | 321.64 | 0.39 | 0.7 |
| Hex | D0 | 93 | BA | 0 | 1D | B | 12 | 142 | 27 | 46 |
| Octal | 320 | 223 | 272 | 0 | 35 | 13 | 22 | 502 | 47 | 106 |
| Binary | 11010000 | 10010011 | 10111010 | 0 | 11101 | 1011 | 10010 | 101000010 | 100111 | 1000110 |
Color Harmonies of #D093BA
Complementary color
Monochromatic Colors of #D093BA
Black with #D093BA
Text Example
Text Example
White with #D093BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093BA; }
p { color: rgb(208,147,186); }
H1.HeaderClassName
{
color: #D093BA;
}
.AnyTagClassName
{
color: #D093BA;
}
</style>
background-color css
<style>
a { background-color: #D093BA; }
a { background-color: rgb(208,147,186); }
div.DivClassName
{
background-color: #D093BA;
}
.BgClassName
{
background-color: #D093BA;
}
</style>
border-color css
<style>
span { border-color: #D093BA; }
span { border-color: rgb(208,147,186); }
td.TdClassName
{
border-color: #D093BA;
}
.TagClassName
{
border-color: #D093BA;
}
</style>