Shades of Lily #D292BD
Tints of Lily #D292BD
RGB
CMYK
RGB Variations
Color information
#D292BD (or 0xD292BD) is known color: Lily. HEX triplet: D2, 92 and BD. RGB value is (210,146,189). Sum of RGB (Red+Green+Blue) = 210+146+189=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D292BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292BD is #2D6D42. Grayscale: #A9A9A9. Windows color (decimal): -2977091 or 12423890. OLE color: 12423890.
HSL color Cylindrical-coordinate representation of color #D292BD: hue angle of 319.69º 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 #D292BD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 189 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.18 |
| HSL | 319.69º | 0.42% | 0.7% | - |
| HSV(B) | 319.69º | 0.3% | 0.82% | - |
| XYZ | 46.04 | 37.93 | 53.04 | - |
| YUV | 170.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 189 | 0 | 0.30 | 0.10 | 0.18 | 319.69 | 0.42 | 0.7 |
| Hex | D2 | 92 | BD | 0 | 1E | A | 12 | 140 | 2A | 46 |
| Octal | 322 | 222 | 275 | 0 | 36 | 12 | 22 | 500 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10111101 | 0 | 11110 | 1010 | 10010 | 101000000 | 101010 | 1000110 |
Color Harmonies of #D292BD
Complementary color
Monochromatic Colors of #D292BD
Black with #D292BD
Text Example
Text Example
White with #D292BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292BD; }
p { color: rgb(210,146,189); }
H1.HeaderClassName
{
color: #D292BD;
}
.AnyTagClassName
{
color: #D292BD;
}
</style>
background-color css
<style>
a { background-color: #D292BD; }
a { background-color: rgb(210,146,189); }
div.DivClassName
{
background-color: #D292BD;
}
.BgClassName
{
background-color: #D292BD;
}
</style>
border-color css
<style>
span { border-color: #D292BD; }
span { border-color: rgb(210,146,189); }
td.TdClassName
{
border-color: #D292BD;
}
.TagClassName
{
border-color: #D292BD;
}
</style>