Shades of Lily #D291B9
Tints of Lily #D291B9
RGB
CMYK
RGB Variations
Color information
#D291B9 (or 0xD291B9) is known color: Lily. HEX triplet: D2, 91 and B9. RGB value is (210,145,185). Sum of RGB (Red+Green+Blue) = 210+145+185=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D291B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291B9 is #2D6E46. Grayscale: #A8A8A8. Windows color (decimal): -2977351 or 12161490. OLE color: 12161490.
HSL color Cylindrical-coordinate representation of color #D291B9: hue angle of 323.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291B9 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 185 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.18 |
| HSL | 323.08º | 0.42% | 0.7% | - |
| HSV(B) | 323.08º | 0.31% | 0.82% | - |
| XYZ | 45.46 | 37.46 | 50.73 | - |
| YUV | 169 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 185 | 0 | 0.31 | 0.12 | 0.18 | 323.08 | 0.42 | 0.7 |
| Hex | D2 | 91 | B9 | 0 | 1F | C | 12 | 143 | 2A | 46 |
| Octal | 322 | 221 | 271 | 0 | 37 | 14 | 22 | 503 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10111001 | 0 | 11111 | 1100 | 10010 | 101000011 | 101010 | 1000110 |
Color Harmonies of #D291B9
Complementary color
Monochromatic Colors of #D291B9
Black with #D291B9
Text Example
Text Example
White with #D291B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291B9; }
p { color: rgb(210,145,185); }
H1.HeaderClassName
{
color: #D291B9;
}
.AnyTagClassName
{
color: #D291B9;
}
</style>
background-color css
<style>
a { background-color: #D291B9; }
a { background-color: rgb(210,145,185); }
div.DivClassName
{
background-color: #D291B9;
}
.BgClassName
{
background-color: #D291B9;
}
</style>
border-color css
<style>
span { border-color: #D291B9; }
span { border-color: rgb(210,145,185); }
td.TdClassName
{
border-color: #D291B9;
}
.TagClassName
{
border-color: #D291B9;
}
</style>