Shades of Lily #D092B4
Tints of Lily #D092B4
RGB
CMYK
RGB Variations
Color information
#D092B4 (or 0xD092B4) is known color: Lily. HEX triplet: D0, 92 and B4. RGB value is (208,146,180). Sum of RGB (Red+Green+Blue) = 208+146+180=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D092B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092B4 is #2F6D4B. Grayscale: #A8A8A8. Windows color (decimal): -3108172 or 11834064. OLE color: 11834064.
HSL color Cylindrical-coordinate representation of color #D092B4: hue angle of 327.1º 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 #D092B4 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 180 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.18 |
| HSL | 327.1º | 0.4% | 0.69% | - |
| HSV(B) | 327.1º | 0.3% | 0.82% | - |
| XYZ | 44.53 | 37.26 | 48.03 | - |
| YUV | 168.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 180 | 0 | 0.30 | 0.13 | 0.18 | 327.1 | 0.4 | 0.69 |
| Hex | D0 | 92 | B4 | 0 | 1E | D | 12 | 147 | 28 | 45 |
| Octal | 320 | 222 | 264 | 0 | 36 | 15 | 22 | 507 | 50 | 105 |
| Binary | 11010000 | 10010010 | 10110100 | 0 | 11110 | 1101 | 10010 | 101000111 | 101000 | 1000101 |
Color Harmonies of #D092B4
Complementary color
Monochromatic Colors of #D092B4
Black with #D092B4
Text Example
Text Example
White with #D092B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D092B4; }
p { color: rgb(208,146,180); }
H1.HeaderClassName
{
color: #D092B4;
}
.AnyTagClassName
{
color: #D092B4;
}
</style>
background-color css
<style>
a { background-color: #D092B4; }
a { background-color: rgb(208,146,180); }
div.DivClassName
{
background-color: #D092B4;
}
.BgClassName
{
background-color: #D092B4;
}
</style>
border-color css
<style>
span { border-color: #D092B4; }
span { border-color: rgb(208,146,180); }
td.TdClassName
{
border-color: #D092B4;
}
.TagClassName
{
border-color: #D092B4;
}
</style>