Shades of Lily #D17FB5
Tints of Lily #D17FB5
RGB
CMYK
RGB Variations
Color information
#D17FB5 (or 0xD17FB5) is known color: Lily. HEX triplet: D1, 7F and B5. RGB value is (209,127,181). Sum of RGB (Red+Green+Blue) = 209+127+181=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FB5 is #2E804A. Grayscale: #9D9D9D. Windows color (decimal): -3047499 or 11894737. OLE color: 11894737.
HSL color Cylindrical-coordinate representation of color #D17FB5: hue angle of 320.49º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17FB5 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 181 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.18 |
| HSL | 320.49º | 0.47% | 0.66% | - |
| HSV(B) | 320.49º | 0.39% | 0.82% | - |
| XYZ | 42.22 | 32.07 | 47.68 | - |
| YUV | 157.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 181 | 0 | 0.39 | 0.13 | 0.18 | 320.49 | 0.47 | 0.66 |
| Hex | D1 | 7F | B5 | 0 | 27 | D | 12 | 140 | 2F | 42 |
| Octal | 321 | 177 | 265 | 0 | 47 | 15 | 22 | 500 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10110101 | 0 | 100111 | 1101 | 10010 | 101000000 | 101111 | 1000010 |
Color Harmonies of #D17FB5
Complementary color
Monochromatic Colors of #D17FB5
Black with #D17FB5
Text Example
Text Example
White with #D17FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FB5; }
p { color: rgb(209,127,181); }
H1.HeaderClassName
{
color: #D17FB5;
}
.AnyTagClassName
{
color: #D17FB5;
}
</style>
background-color css
<style>
a { background-color: #D17FB5; }
a { background-color: rgb(209,127,181); }
div.DivClassName
{
background-color: #D17FB5;
}
.BgClassName
{
background-color: #D17FB5;
}
</style>
border-color css
<style>
span { border-color: #D17FB5; }
span { border-color: rgb(209,127,181); }
td.TdClassName
{
border-color: #D17FB5;
}
.TagClassName
{
border-color: #D17FB5;
}
</style>