Shades of Lily #D092BD
Tints of Lily #D092BD
RGB
CMYK
RGB Variations
Color information
#D092BD (or 0xD092BD) is known color: Lily. HEX triplet: D0, 92 and BD. RGB value is (208,146,189). Sum of RGB (Red+Green+Blue) = 208+146+189=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D092BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092BD is #2F6D42. Grayscale: #A9A9A9. Windows color (decimal): -3108163 or 12423888. OLE color: 12423888.
HSL color Cylindrical-coordinate representation of color #D092BD: hue angle of 318.39º 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 #D092BD is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 189 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.18 |
| HSL | 318.39º | 0.4% | 0.69% | - |
| HSV(B) | 318.39º | 0.3% | 0.82% | - |
| XYZ | 45.48 | 37.64 | 53.01 | - |
| YUV | 169.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 189 | 0 | 0.30 | 0.09 | 0.18 | 318.39 | 0.4 | 0.69 |
| Hex | D0 | 92 | BD | 0 | 1E | 9 | 12 | 13E | 28 | 45 |
| Octal | 320 | 222 | 275 | 0 | 36 | 11 | 22 | 476 | 50 | 105 |
| Binary | 11010000 | 10010010 | 10111101 | 0 | 11110 | 1001 | 10010 | 100111110 | 101000 | 1000101 |
Color Harmonies of #D092BD
Complementary color
Monochromatic Colors of #D092BD
Black with #D092BD
Text Example
Text Example
White with #D092BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D092BD; }
p { color: rgb(208,146,189); }
H1.HeaderClassName
{
color: #D092BD;
}
.AnyTagClassName
{
color: #D092BD;
}
</style>
background-color css
<style>
a { background-color: #D092BD; }
a { background-color: rgb(208,146,189); }
div.DivClassName
{
background-color: #D092BD;
}
.BgClassName
{
background-color: #D092BD;
}
</style>
border-color css
<style>
span { border-color: #D092BD; }
span { border-color: rgb(208,146,189); }
td.TdClassName
{
border-color: #D092BD;
}
.TagClassName
{
border-color: #D092BD;
}
</style>