Shades of Lily #D1A1B5
Tints of Lily #D1A1B5
RGB
CMYK
RGB Variations
Color information
#D1A1B5 (or 0xD1A1B5) is known color: Lily. HEX triplet: D1, A1 and B5. RGB value is (209,161,181). Sum of RGB (Red+Green+Blue) = 209+161+181=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A1B5 is #2E5E4A. Grayscale: #B1B1B1. Windows color (decimal): -3038795 or 11903441. OLE color: 11903441.
HSL color Cylindrical-coordinate representation of color #D1A1B5: hue angle of 335º degrees, saturation: 0.34, 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 #D1A1B5 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 161 | 181 | - |
CMYK | 0 | 0.23 | 0.13 | 0.18 |
HSL | 335º | 0.34% | 0.73% | - |
HSV(B) | 335º | 0.23% | 0.82% | - |
XYZ | 47.38 | 42.38 | 49.4 | - |
YUV | 177.63 | 129.9 | 150.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 161 | 181 | 0 | 0.23 | 0.13 | 0.18 | 335 | 0.34 | 0.73 |
Hex | D1 | A1 | B5 | 0 | 17 | D | 12 | 14F | 22 | 49 |
Octal | 321 | 241 | 265 | 0 | 27 | 15 | 22 | 517 | 42 | 111 |
Binary | 11010001 | 10100001 | 10110101 | 0 | 10111 | 1101 | 10010 | 101001111 | 100010 | 1001001 |
Color Harmonies of #D1A1B5
Complementary color
Monochromatic Colors of #D1A1B5
Black with #D1A1B5
Text Example
Text Example
White with #D1A1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A1B5; }
p { color: rgb(209,161,181); }
H1.HeaderClassName
{
color: #D1A1B5;
}
.AnyTagClassName
{
color: #D1A1B5;
}
</style>
background-color css
<style>
a { background-color: #D1A1B5; }
a { background-color: rgb(209,161,181); }
div.DivClassName
{
background-color: #D1A1B5;
}
.BgClassName
{
background-color: #D1A1B5;
}
</style>
border-color css
<style>
span { border-color: #D1A1B5; }
span { border-color: rgb(209,161,181); }
td.TdClassName
{
border-color: #D1A1B5;
}
.TagClassName
{
border-color: #D1A1B5;
}
</style>