Shades of Lily #D291B7
Tints of Lily #D291B7
RGB
CMYK
RGB Variations
Color information
#D291B7 (or 0xD291B7) is known color: Lily. HEX triplet: D2, 91 and B7. RGB value is (210,145,183). Sum of RGB (Red+Green+Blue) = 210+145+183=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D291B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291B7 is #2D6E48. Grayscale: #A8A8A8. Windows color (decimal): -2977353 or 12030418. OLE color: 12030418.
HSL color Cylindrical-coordinate representation of color #D291B7: hue angle of 324.92º 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 #D291B7 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 183 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.18 |
| HSL | 324.92º | 0.42% | 0.7% | - |
| HSV(B) | 324.92º | 0.31% | 0.82% | - |
| XYZ | 45.25 | 37.37 | 49.63 | - |
| YUV | 168.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 183 | 0 | 0.31 | 0.13 | 0.18 | 324.92 | 0.42 | 0.7 |
| Hex | D2 | 91 | B7 | 0 | 1F | D | 12 | 145 | 2A | 46 |
| Octal | 322 | 221 | 267 | 0 | 37 | 15 | 22 | 505 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10110111 | 0 | 11111 | 1101 | 10010 | 101000101 | 101010 | 1000110 |
Color Harmonies of #D291B7
Complementary color
Monochromatic Colors of #D291B7
Black with #D291B7
Text Example
Text Example
White with #D291B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291B7; }
p { color: rgb(210,145,183); }
H1.HeaderClassName
{
color: #D291B7;
}
.AnyTagClassName
{
color: #D291B7;
}
</style>
background-color css
<style>
a { background-color: #D291B7; }
a { background-color: rgb(210,145,183); }
div.DivClassName
{
background-color: #D291B7;
}
.BgClassName
{
background-color: #D291B7;
}
</style>
border-color css
<style>
span { border-color: #D291B7; }
span { border-color: rgb(210,145,183); }
td.TdClassName
{
border-color: #D291B7;
}
.TagClassName
{
border-color: #D291B7;
}
</style>