Shades of Lily #D291B6
Tints of Lily #D291B6
RGB
CMYK
RGB Variations
Color information
#D291B6 (or 0xD291B6) is known color: Lily. HEX triplet: D2, 91 and B6. RGB value is (210,145,182). Sum of RGB (Red+Green+Blue) = 210+145+182=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D291B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291B6 is #2D6E49. Grayscale: #A8A8A8. Windows color (decimal): -2977354 or 11964882. OLE color: 11964882.
HSL color Cylindrical-coordinate representation of color #D291B6: hue angle of 325.85º 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 #D291B6 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 182 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.18 |
| HSL | 325.85º | 0.42% | 0.7% | - |
| HSV(B) | 325.85º | 0.31% | 0.82% | - |
| XYZ | 45.15 | 37.33 | 49.08 | - |
| YUV | 168.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 182 | 0 | 0.31 | 0.13 | 0.18 | 325.85 | 0.42 | 0.7 |
| Hex | D2 | 91 | B6 | 0 | 1F | D | 12 | 146 | 2A | 46 |
| Octal | 322 | 221 | 266 | 0 | 37 | 15 | 22 | 506 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10110110 | 0 | 11111 | 1101 | 10010 | 101000110 | 101010 | 1000110 |
Color Harmonies of #D291B6
Complementary color
Monochromatic Colors of #D291B6
Black with #D291B6
Text Example
Text Example
White with #D291B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291B6; }
p { color: rgb(210,145,182); }
H1.HeaderClassName
{
color: #D291B6;
}
.AnyTagClassName
{
color: #D291B6;
}
</style>
background-color css
<style>
a { background-color: #D291B6; }
a { background-color: rgb(210,145,182); }
div.DivClassName
{
background-color: #D291B6;
}
.BgClassName
{
background-color: #D291B6;
}
</style>
border-color css
<style>
span { border-color: #D291B6; }
span { border-color: rgb(210,145,182); }
td.TdClassName
{
border-color: #D291B6;
}
.TagClassName
{
border-color: #D291B6;
}
</style>