Shades of Lily #D291BD
Tints of Lily #D291BD
RGB
CMYK
RGB Variations
Color information
#D291BD (or 0xD291BD) is known color: Lily. HEX triplet: D2, 91 and BD. RGB value is (210,145,189). Sum of RGB (Red+Green+Blue) = 210+145+189=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D291BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291BD is #2D6E42. Grayscale: #A9A9A9. Windows color (decimal): -2977347 or 12423634. OLE color: 12423634.
HSL color Cylindrical-coordinate representation of color #D291BD: hue angle of 319.38º 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 #D291BD is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 189 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.18 |
| HSL | 319.38º | 0.42% | 0.7% | - |
| HSV(B) | 319.38º | 0.31% | 0.82% | - |
| XYZ | 45.89 | 37.63 | 52.99 | - |
| YUV | 169.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 189 | 0 | 0.31 | 0.10 | 0.18 | 319.38 | 0.42 | 0.7 |
| Hex | D2 | 91 | BD | 0 | 1F | A | 12 | 13F | 2A | 46 |
| Octal | 322 | 221 | 275 | 0 | 37 | 12 | 22 | 477 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10111101 | 0 | 11111 | 1010 | 10010 | 100111111 | 101010 | 1000110 |
Color Harmonies of #D291BD
Complementary color
Monochromatic Colors of #D291BD
Black with #D291BD
Text Example
Text Example
White with #D291BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291BD; }
p { color: rgb(210,145,189); }
H1.HeaderClassName
{
color: #D291BD;
}
.AnyTagClassName
{
color: #D291BD;
}
</style>
background-color css
<style>
a { background-color: #D291BD; }
a { background-color: rgb(210,145,189); }
div.DivClassName
{
background-color: #D291BD;
}
.BgClassName
{
background-color: #D291BD;
}
</style>
border-color css
<style>
span { border-color: #D291BD; }
span { border-color: rgb(210,145,189); }
td.TdClassName
{
border-color: #D291BD;
}
.TagClassName
{
border-color: #D291BD;
}
</style>