Shades of Lily #D092BA
Tints of Lily #D092BA
RGB
CMYK
RGB Variations
Color information
#D092BA (or 0xD092BA) is known color: Lily. HEX triplet: D0, 92 and BA. RGB value is (208,146,186). Sum of RGB (Red+Green+Blue) = 208+146+186=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D092BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092BA is #2F6D45. Grayscale: #A9A9A9. Windows color (decimal): -3108166 or 12227280. OLE color: 12227280.
HSL color Cylindrical-coordinate representation of color #D092BA: hue angle of 321.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D092BA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 186 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.18 |
| HSL | 321.29º | 0.4% | 0.69% | - |
| HSV(B) | 321.29º | 0.3% | 0.82% | - |
| XYZ | 45.15 | 37.51 | 51.32 | - |
| YUV | 169.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 186 | 0 | 0.30 | 0.11 | 0.18 | 321.29 | 0.4 | 0.69 |
| Hex | D0 | 92 | BA | 0 | 1E | B | 12 | 141 | 28 | 45 |
| Octal | 320 | 222 | 272 | 0 | 36 | 13 | 22 | 501 | 50 | 105 |
| Binary | 11010000 | 10010010 | 10111010 | 0 | 11110 | 1011 | 10010 | 101000001 | 101000 | 1000101 |
Color Harmonies of #D092BA
Complementary color
Monochromatic Colors of #D092BA
Black with #D092BA
Text Example
Text Example
White with #D092BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D092BA; }
p { color: rgb(208,146,186); }
H1.HeaderClassName
{
color: #D092BA;
}
.AnyTagClassName
{
color: #D092BA;
}
</style>
background-color css
<style>
a { background-color: #D092BA; }
a { background-color: rgb(208,146,186); }
div.DivClassName
{
background-color: #D092BA;
}
.BgClassName
{
background-color: #D092BA;
}
</style>
border-color css
<style>
span { border-color: #D092BA; }
span { border-color: rgb(208,146,186); }
td.TdClassName
{
border-color: #D092BA;
}
.TagClassName
{
border-color: #D092BA;
}
</style>