Shades of Lily #D292BC
Tints of Lily #D292BC
RGB
CMYK
RGB Variations
Color information
#D292BC (or 0xD292BC) is known color: Lily. HEX triplet: D2, 92 and BC. RGB value is (210,146,188). Sum of RGB (Red+Green+Blue) = 210+146+188=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D292BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292BC is #2D6D43. Grayscale: #A9A9A9. Windows color (decimal): -2977092 or 12358354. OLE color: 12358354.
HSL color Cylindrical-coordinate representation of color #D292BC: hue angle of 320.62º 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 #D292BC is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 188 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.18 |
| HSL | 320.63º | 0.42% | 0.7% | - |
| HSV(B) | 320.63º | 0.3% | 0.82% | - |
| XYZ | 45.93 | 37.89 | 52.47 | - |
| YUV | 169.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 188 | 0 | 0.30 | 0.10 | 0.18 | 320.63 | 0.42 | 0.7 |
| Hex | D2 | 92 | BC | 0 | 1E | A | 12 | 141 | 2A | 46 |
| Octal | 322 | 222 | 274 | 0 | 36 | 12 | 22 | 501 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10111100 | 0 | 11110 | 1010 | 10010 | 101000001 | 101010 | 1000110 |
Color Harmonies of #D292BC
Complementary color
Monochromatic Colors of #D292BC
Black with #D292BC
Text Example
Text Example
White with #D292BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292BC; }
p { color: rgb(210,146,188); }
H1.HeaderClassName
{
color: #D292BC;
}
.AnyTagClassName
{
color: #D292BC;
}
</style>
background-color css
<style>
a { background-color: #D292BC; }
a { background-color: rgb(210,146,188); }
div.DivClassName
{
background-color: #D292BC;
}
.BgClassName
{
background-color: #D292BC;
}
</style>
border-color css
<style>
span { border-color: #D292BC; }
span { border-color: rgb(210,146,188); }
td.TdClassName
{
border-color: #D292BC;
}
.TagClassName
{
border-color: #D292BC;
}
</style>