Shades of Lily #D17FB2
Tints of Lily #D17FB2
RGB
CMYK
RGB Variations
Color information
#D17FB2 (or 0xD17FB2) is known color: Lily. HEX triplet: D1, 7F and B2. RGB value is (209,127,178). Sum of RGB (Red+Green+Blue) = 209+127+178=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17FB2 is #2E804D. Grayscale: #9D9D9D. Windows color (decimal): -3047502 or 11698129. OLE color: 11698129.
HSL color Cylindrical-coordinate representation of color #D17FB2: hue angle of 322.68º 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 #D17FB2 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 178 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.18 |
| HSL | 322.68º | 0.47% | 0.66% | - |
| HSV(B) | 322.68º | 0.39% | 0.82% | - |
| XYZ | 41.92 | 31.95 | 46.08 | - |
| YUV | 157.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 178 | 0 | 0.39 | 0.15 | 0.18 | 322.68 | 0.47 | 0.66 |
| Hex | D1 | 7F | B2 | 0 | 27 | F | 12 | 143 | 2F | 42 |
| Octal | 321 | 177 | 262 | 0 | 47 | 17 | 22 | 503 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10110010 | 0 | 100111 | 1111 | 10010 | 101000011 | 101111 | 1000010 |
Color Harmonies of #D17FB2
Complementary color
Monochromatic Colors of #D17FB2
Black with #D17FB2
Text Example
Text Example
White with #D17FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FB2; }
p { color: rgb(209,127,178); }
H1.HeaderClassName
{
color: #D17FB2;
}
.AnyTagClassName
{
color: #D17FB2;
}
</style>
background-color css
<style>
a { background-color: #D17FB2; }
a { background-color: rgb(209,127,178); }
div.DivClassName
{
background-color: #D17FB2;
}
.BgClassName
{
background-color: #D17FB2;
}
</style>
border-color css
<style>
span { border-color: #D17FB2; }
span { border-color: rgb(209,127,178); }
td.TdClassName
{
border-color: #D17FB2;
}
.TagClassName
{
border-color: #D17FB2;
}
</style>