Shades of Lily #D17FB4
Tints of Lily #D17FB4
RGB
CMYK
RGB Variations
Color information
#D17FB4 (or 0xD17FB4) is known color: Lily. HEX triplet: D1, 7F and B4. RGB value is (209,127,180). Sum of RGB (Red+Green+Blue) = 209+127+180=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FB4 is #2E804B. Grayscale: #9D9D9D. Windows color (decimal): -3047500 or 11829201. OLE color: 11829201.
HSL color Cylindrical-coordinate representation of color #D17FB4: hue angle of 321.22º 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 #D17FB4 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 180 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.18 |
| HSL | 321.22º | 0.47% | 0.66% | - |
| HSV(B) | 321.22º | 0.39% | 0.82% | - |
| XYZ | 42.12 | 32.03 | 47.14 | - |
| YUV | 157.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 180 | 0 | 0.39 | 0.14 | 0.18 | 321.22 | 0.47 | 0.66 |
| Hex | D1 | 7F | B4 | 0 | 27 | E | 12 | 141 | 2F | 42 |
| Octal | 321 | 177 | 264 | 0 | 47 | 16 | 22 | 501 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10110100 | 0 | 100111 | 1110 | 10010 | 101000001 | 101111 | 1000010 |
Color Harmonies of #D17FB4
Complementary color
Monochromatic Colors of #D17FB4
Black with #D17FB4
Text Example
Text Example
White with #D17FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FB4; }
p { color: rgb(209,127,180); }
H1.HeaderClassName
{
color: #D17FB4;
}
.AnyTagClassName
{
color: #D17FB4;
}
</style>
background-color css
<style>
a { background-color: #D17FB4; }
a { background-color: rgb(209,127,180); }
div.DivClassName
{
background-color: #D17FB4;
}
.BgClassName
{
background-color: #D17FB4;
}
</style>
border-color css
<style>
span { border-color: #D17FB4; }
span { border-color: rgb(209,127,180); }
td.TdClassName
{
border-color: #D17FB4;
}
.TagClassName
{
border-color: #D17FB4;
}
</style>