Shades of Lily #D17FB8
Tints of Lily #D17FB8
RGB
CMYK
RGB Variations
Color information
#D17FB8 (or 0xD17FB8) is known color: Lily. HEX triplet: D1, 7F and B8. RGB value is (209,127,184). Sum of RGB (Red+Green+Blue) = 209+127+184=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FB8 is #2E8047. Grayscale: #9D9D9D. Windows color (decimal): -3047496 or 12091345. OLE color: 12091345.
HSL color Cylindrical-coordinate representation of color #D17FB8: hue angle of 318.29º 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 #D17FB8 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 184 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.18 |
| HSL | 318.29º | 0.47% | 0.66% | - |
| HSV(B) | 318.29º | 0.39% | 0.82% | - |
| XYZ | 42.54 | 32.19 | 49.32 | - |
| YUV | 158.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 184 | 0 | 0.39 | 0.12 | 0.18 | 318.29 | 0.47 | 0.66 |
| Hex | D1 | 7F | B8 | 0 | 27 | C | 12 | 13E | 2F | 42 |
| Octal | 321 | 177 | 270 | 0 | 47 | 14 | 22 | 476 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10111000 | 0 | 100111 | 1100 | 10010 | 100111110 | 101111 | 1000010 |
Color Harmonies of #D17FB8
Complementary color
Monochromatic Colors of #D17FB8
Black with #D17FB8
Text Example
Text Example
White with #D17FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FB8; }
p { color: rgb(209,127,184); }
H1.HeaderClassName
{
color: #D17FB8;
}
.AnyTagClassName
{
color: #D17FB8;
}
</style>
background-color css
<style>
a { background-color: #D17FB8; }
a { background-color: rgb(209,127,184); }
div.DivClassName
{
background-color: #D17FB8;
}
.BgClassName
{
background-color: #D17FB8;
}
</style>
border-color css
<style>
span { border-color: #D17FB8; }
span { border-color: rgb(209,127,184); }
td.TdClassName
{
border-color: #D17FB8;
}
.TagClassName
{
border-color: #D17FB8;
}
</style>