Shades of Lily #D292B9
Tints of Lily #D292B9
RGB
CMYK
RGB Variations
Color information
#D292B9 (or 0xD292B9) is known color: Lily. HEX triplet: D2, 92 and B9. RGB value is (210,146,185). Sum of RGB (Red+Green+Blue) = 210+146+185=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D292B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292B9 is #2D6D46. Grayscale: #A9A9A9. Windows color (decimal): -2977095 or 12161746. OLE color: 12161746.
HSL color Cylindrical-coordinate representation of color #D292B9: hue angle of 323.44º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D292B9 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 185 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.18 |
| HSL | 323.44º | 0.42% | 0.7% | - |
| HSV(B) | 323.44º | 0.3% | 0.82% | - |
| XYZ | 45.61 | 37.76 | 50.78 | - |
| YUV | 169.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 185 | 0 | 0.30 | 0.12 | 0.18 | 323.44 | 0.42 | 0.7 |
| Hex | D2 | 92 | B9 | 0 | 1E | C | 12 | 143 | 2A | 46 |
| Octal | 322 | 222 | 271 | 0 | 36 | 14 | 22 | 503 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10111001 | 0 | 11110 | 1100 | 10010 | 101000011 | 101010 | 1000110 |
Color Harmonies of #D292B9
Complementary color
Monochromatic Colors of #D292B9
Black with #D292B9
Text Example
Text Example
White with #D292B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292B9; }
p { color: rgb(210,146,185); }
H1.HeaderClassName
{
color: #D292B9;
}
.AnyTagClassName
{
color: #D292B9;
}
</style>
background-color css
<style>
a { background-color: #D292B9; }
a { background-color: rgb(210,146,185); }
div.DivClassName
{
background-color: #D292B9;
}
.BgClassName
{
background-color: #D292B9;
}
</style>
border-color css
<style>
span { border-color: #D292B9; }
span { border-color: rgb(210,146,185); }
td.TdClassName
{
border-color: #D292B9;
}
.TagClassName
{
border-color: #D292B9;
}
</style>