Shades of Lily #D2A1B9
Tints of Lily #D2A1B9
RGB
CMYK
RGB Variations
Color information
#D2A1B9 (or 0xD2A1B9) is known color: Lily. HEX triplet: D2, A1 and B9. RGB value is (210,161,185). Sum of RGB (Red+Green+Blue) = 210+161+185=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A1B9 is #2D5E46. Grayscale: #B2B2B2. Windows color (decimal): -2973255 or 12165586. OLE color: 12165586.
HSL color Cylindrical-coordinate representation of color #D2A1B9: hue angle of 330.61º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A1B9 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 185 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.18 |
| HSL | 330.61º | 0.35% | 0.73% | - |
| HSV(B) | 330.61º | 0.23% | 0.82% | - |
| XYZ | 48.08 | 42.69 | 51.61 | - |
| YUV | 178.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 185 | 0 | 0.23 | 0.12 | 0.18 | 330.61 | 0.35 | 0.73 |
| Hex | D2 | A1 | B9 | 0 | 17 | C | 12 | 14B | 23 | 49 |
| Octal | 322 | 241 | 271 | 0 | 27 | 14 | 22 | 513 | 43 | 111 |
| Binary | 11010010 | 10100001 | 10111001 | 0 | 10111 | 1100 | 10010 | 101001011 | 100011 | 1001001 |
Color Harmonies of #D2A1B9
Complementary color
Monochromatic Colors of #D2A1B9
Black with #D2A1B9
Text Example
Text Example
White with #D2A1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A1B9; }
p { color: rgb(210,161,185); }
H1.HeaderClassName
{
color: #D2A1B9;
}
.AnyTagClassName
{
color: #D2A1B9;
}
</style>
background-color css
<style>
a { background-color: #D2A1B9; }
a { background-color: rgb(210,161,185); }
div.DivClassName
{
background-color: #D2A1B9;
}
.BgClassName
{
background-color: #D2A1B9;
}
</style>
border-color css
<style>
span { border-color: #D2A1B9; }
span { border-color: rgb(210,161,185); }
td.TdClassName
{
border-color: #D2A1B9;
}
.TagClassName
{
border-color: #D2A1B9;
}
</style>