Shades of Lily #D29BB9
Tints of Lily #D29BB9
RGB
CMYK
RGB Variations
Color information
#D29BB9 (or 0xD29BB9) is known color: Lily. HEX triplet: D2, 9B and B9. RGB value is (210,155,185). Sum of RGB (Red+Green+Blue) = 210+155+185=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BB9 is #2D6446. Grayscale: #AEAEAE. Windows color (decimal): -2974791 or 12164050. OLE color: 12164050.
HSL color Cylindrical-coordinate representation of color #D29BB9: hue angle of 327.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29BB9 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 185 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.18 |
| HSL | 327.27º | 0.38% | 0.72% | - |
| HSV(B) | 327.27º | 0.26% | 0.82% | - |
| XYZ | 47.06 | 40.65 | 51.26 | - |
| YUV | 174.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 185 | 0 | 0.26 | 0.12 | 0.18 | 327.27 | 0.38 | 0.72 |
| Hex | D2 | 9B | B9 | 0 | 1A | C | 12 | 147 | 26 | 48 |
| Octal | 322 | 233 | 271 | 0 | 32 | 14 | 22 | 507 | 46 | 110 |
| Binary | 11010010 | 10011011 | 10111001 | 0 | 11010 | 1100 | 10010 | 101000111 | 100110 | 1001000 |
Color Harmonies of #D29BB9
Complementary color
Monochromatic Colors of #D29BB9
Black with #D29BB9
Text Example
Text Example
White with #D29BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BB9; }
p { color: rgb(210,155,185); }
H1.HeaderClassName
{
color: #D29BB9;
}
.AnyTagClassName
{
color: #D29BB9;
}
</style>
background-color css
<style>
a { background-color: #D29BB9; }
a { background-color: rgb(210,155,185); }
div.DivClassName
{
background-color: #D29BB9;
}
.BgClassName
{
background-color: #D29BB9;
}
</style>
border-color css
<style>
span { border-color: #D29BB9; }
span { border-color: rgb(210,155,185); }
td.TdClassName
{
border-color: #D29BB9;
}
.TagClassName
{
border-color: #D29BB9;
}
</style>