Shades of Lily #D292B7
Tints of Lily #D292B7
RGB
CMYK
RGB Variations
Color information
#D292B7 (or 0xD292B7) is known color: Lily. HEX triplet: D2, 92 and B7. RGB value is (210,146,183). Sum of RGB (Red+Green+Blue) = 210+146+183=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D292B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292B7 is #2D6D48. Grayscale: #A9A9A9. Windows color (decimal): -2977097 or 12030674. OLE color: 12030674.
HSL color Cylindrical-coordinate representation of color #D292B7: hue angle of 325.31º 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 #D292B7 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 183 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.18 |
| HSL | 325.31º | 0.42% | 0.7% | - |
| HSV(B) | 325.31º | 0.3% | 0.82% | - |
| XYZ | 45.4 | 37.68 | 49.68 | - |
| YUV | 169.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 183 | 0 | 0.30 | 0.13 | 0.18 | 325.31 | 0.42 | 0.7 |
| Hex | D2 | 92 | B7 | 0 | 1E | D | 12 | 145 | 2A | 46 |
| Octal | 322 | 222 | 267 | 0 | 36 | 15 | 22 | 505 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10110111 | 0 | 11110 | 1101 | 10010 | 101000101 | 101010 | 1000110 |
Color Harmonies of #D292B7
Complementary color
Monochromatic Colors of #D292B7
Black with #D292B7
Text Example
Text Example
White with #D292B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292B7; }
p { color: rgb(210,146,183); }
H1.HeaderClassName
{
color: #D292B7;
}
.AnyTagClassName
{
color: #D292B7;
}
</style>
background-color css
<style>
a { background-color: #D292B7; }
a { background-color: rgb(210,146,183); }
div.DivClassName
{
background-color: #D292B7;
}
.BgClassName
{
background-color: #D292B7;
}
</style>
border-color css
<style>
span { border-color: #D292B7; }
span { border-color: rgb(210,146,183); }
td.TdClassName
{
border-color: #D292B7;
}
.TagClassName
{
border-color: #D292B7;
}
</style>