Shades of Lily #D17FB6
Tints of Lily #D17FB6
RGB
CMYK
RGB Variations
Color information
#D17FB6 (or 0xD17FB6) is known color: Lily. HEX triplet: D1, 7F and B6. RGB value is (209,127,182). Sum of RGB (Red+Green+Blue) = 209+127+182=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FB6 is #2E8049. Grayscale: #9D9D9D. Windows color (decimal): -3047498 or 11960273. OLE color: 11960273.
HSL color Cylindrical-coordinate representation of color #D17FB6: hue angle of 319.76º 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 #D17FB6 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 182 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.18 |
| HSL | 319.76º | 0.47% | 0.66% | - |
| HSV(B) | 319.76º | 0.39% | 0.82% | - |
| XYZ | 42.33 | 32.11 | 48.22 | - |
| YUV | 157.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 182 | 0 | 0.39 | 0.13 | 0.18 | 319.76 | 0.47 | 0.66 |
| Hex | D1 | 7F | B6 | 0 | 27 | D | 12 | 140 | 2F | 42 |
| Octal | 321 | 177 | 266 | 0 | 47 | 15 | 22 | 500 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10110110 | 0 | 100111 | 1101 | 10010 | 101000000 | 101111 | 1000010 |
Color Harmonies of #D17FB6
Complementary color
Monochromatic Colors of #D17FB6
Black with #D17FB6
Text Example
Text Example
White with #D17FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FB6; }
p { color: rgb(209,127,182); }
H1.HeaderClassName
{
color: #D17FB6;
}
.AnyTagClassName
{
color: #D17FB6;
}
</style>
background-color css
<style>
a { background-color: #D17FB6; }
a { background-color: rgb(209,127,182); }
div.DivClassName
{
background-color: #D17FB6;
}
.BgClassName
{
background-color: #D17FB6;
}
</style>
border-color css
<style>
span { border-color: #D17FB6; }
span { border-color: rgb(209,127,182); }
td.TdClassName
{
border-color: #D17FB6;
}
.TagClassName
{
border-color: #D17FB6;
}
</style>