Shades of Lily #D291BB
Tints of Lily #D291BB
RGB
CMYK
RGB Variations
Color information
#D291BB (or 0xD291BB) is known color: Lily. HEX triplet: D2, 91 and BB. RGB value is (210,145,187). Sum of RGB (Red+Green+Blue) = 210+145+187=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D291BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291BB is #2D6E44. Grayscale: #A9A9A9. Windows color (decimal): -2977349 or 12292562. OLE color: 12292562.
HSL color Cylindrical-coordinate representation of color #D291BB: hue angle of 321.23º 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 #D291BB is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 187 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.18 |
| HSL | 321.23º | 0.42% | 0.7% | - |
| HSV(B) | 321.23º | 0.31% | 0.82% | - |
| XYZ | 45.67 | 37.54 | 51.85 | - |
| YUV | 169.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 187 | 0 | 0.31 | 0.11 | 0.18 | 321.23 | 0.42 | 0.7 |
| Hex | D2 | 91 | BB | 0 | 1F | B | 12 | 141 | 2A | 46 |
| Octal | 322 | 221 | 273 | 0 | 37 | 13 | 22 | 501 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10111011 | 0 | 11111 | 1011 | 10010 | 101000001 | 101010 | 1000110 |
Color Harmonies of #D291BB
Complementary color
Monochromatic Colors of #D291BB
Black with #D291BB
Text Example
Text Example
White with #D291BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291BB; }
p { color: rgb(210,145,187); }
H1.HeaderClassName
{
color: #D291BB;
}
.AnyTagClassName
{
color: #D291BB;
}
</style>
background-color css
<style>
a { background-color: #D291BB; }
a { background-color: rgb(210,145,187); }
div.DivClassName
{
background-color: #D291BB;
}
.BgClassName
{
background-color: #D291BB;
}
</style>
border-color css
<style>
span { border-color: #D291BB; }
span { border-color: rgb(210,145,187); }
td.TdClassName
{
border-color: #D291BB;
}
.TagClassName
{
border-color: #D291BB;
}
</style>