Shades of Lily #D2A5B7
Tints of Lily #D2A5B7
RGB
CMYK
RGB Variations
Color information
#D2A5B7 (or 0xD2A5B7) is known color: Lily. HEX triplet: D2, A5 and B7. RGB value is (210,165,183). Sum of RGB (Red+Green+Blue) = 210+165+183=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A5B7 is #2D5A48. Grayscale: #B4B4B4. Windows color (decimal): -2972233 or 12035538. OLE color: 12035538.
HSL color Cylindrical-coordinate representation of color #D2A5B7: hue angle of 336º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A5B7 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 183 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.18 |
| HSL | 336º | 0.33% | 0.74% | - |
| HSV(B) | 336º | 0.21% | 0.82% | - |
| XYZ | 48.58 | 44.03 | 50.74 | - |
| YUV | 180.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 183 | 0 | 0.21 | 0.13 | 0.18 | 336 | 0.33 | 0.74 |
| Hex | D2 | A5 | B7 | 0 | 15 | D | 12 | 150 | 21 | 4A |
| Octal | 322 | 245 | 267 | 0 | 25 | 15 | 22 | 520 | 41 | 112 |
| Binary | 11010010 | 10100101 | 10110111 | 0 | 10101 | 1101 | 10010 | 101010000 | 100001 | 1001010 |
Color Harmonies of #D2A5B7
Complementary color
Monochromatic Colors of #D2A5B7
Black with #D2A5B7
Text Example
Text Example
White with #D2A5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A5B7; }
p { color: rgb(210,165,183); }
H1.HeaderClassName
{
color: #D2A5B7;
}
.AnyTagClassName
{
color: #D2A5B7;
}
</style>
background-color css
<style>
a { background-color: #D2A5B7; }
a { background-color: rgb(210,165,183); }
div.DivClassName
{
background-color: #D2A5B7;
}
.BgClassName
{
background-color: #D2A5B7;
}
</style>
border-color css
<style>
span { border-color: #D2A5B7; }
span { border-color: rgb(210,165,183); }
td.TdClassName
{
border-color: #D2A5B7;
}
.TagClassName
{
border-color: #D2A5B7;
}
</style>