Shades of Lily #D17FB3
Tints of Lily #D17FB3
RGB
CMYK
RGB Variations
Color information
#D17FB3 (or 0xD17FB3) is known color: Lily. HEX triplet: D1, 7F and B3. RGB value is (209,127,179). Sum of RGB (Red+Green+Blue) = 209+127+179=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FB3 is #2E804C. Grayscale: #9D9D9D. Windows color (decimal): -3047501 or 11763665. OLE color: 11763665.
HSL color Cylindrical-coordinate representation of color #D17FB3: hue angle of 321.95º 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 #D17FB3 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 179 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.18 |
| HSL | 321.95º | 0.47% | 0.66% | - |
| HSV(B) | 321.95º | 0.39% | 0.82% | - |
| XYZ | 42.02 | 31.99 | 46.61 | - |
| YUV | 157.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 179 | 0 | 0.39 | 0.14 | 0.18 | 321.95 | 0.47 | 0.66 |
| Hex | D1 | 7F | B3 | 0 | 27 | E | 12 | 142 | 2F | 42 |
| Octal | 321 | 177 | 263 | 0 | 47 | 16 | 22 | 502 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10110011 | 0 | 100111 | 1110 | 10010 | 101000010 | 101111 | 1000010 |
Color Harmonies of #D17FB3
Complementary color
Monochromatic Colors of #D17FB3
Black with #D17FB3
Text Example
Text Example
White with #D17FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FB3; }
p { color: rgb(209,127,179); }
H1.HeaderClassName
{
color: #D17FB3;
}
.AnyTagClassName
{
color: #D17FB3;
}
</style>
background-color css
<style>
a { background-color: #D17FB3; }
a { background-color: rgb(209,127,179); }
div.DivClassName
{
background-color: #D17FB3;
}
.BgClassName
{
background-color: #D17FB3;
}
</style>
border-color css
<style>
span { border-color: #D17FB3; }
span { border-color: rgb(209,127,179); }
td.TdClassName
{
border-color: #D17FB3;
}
.TagClassName
{
border-color: #D17FB3;
}
</style>