Shades of Lily #D17DB4
Tints of Lily #D17DB4
RGB
CMYK
RGB Variations
Color information
#D17DB4 (or 0xD17DB4) is known color: Lily. HEX triplet: D1, 7D and B4. RGB value is (209,125,180). Sum of RGB (Red+Green+Blue) = 209+125+180=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DB4 is #2E824B. Grayscale: #9C9C9C. Windows color (decimal): -3048012 or 11828689. OLE color: 11828689.
HSL color Cylindrical-coordinate representation of color #D17DB4: hue angle of 320.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17DB4 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 180 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.18 |
| HSL | 320.71º | 0.48% | 0.65% | - |
| HSV(B) | 320.71º | 0.4% | 0.82% | - |
| XYZ | 41.87 | 31.52 | 47.06 | - |
| YUV | 156.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 180 | 0 | 0.40 | 0.14 | 0.18 | 320.71 | 0.48 | 0.65 |
| Hex | D1 | 7D | B4 | 0 | 28 | E | 12 | 141 | 30 | 41 |
| Octal | 321 | 175 | 264 | 0 | 50 | 16 | 22 | 501 | 60 | 101 |
| Binary | 11010001 | 1111101 | 10110100 | 0 | 101000 | 1110 | 10010 | 101000001 | 110000 | 1000001 |
Color Harmonies of #D17DB4
Complementary color
Monochromatic Colors of #D17DB4
Black with #D17DB4
Text Example
Text Example
White with #D17DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DB4; }
p { color: rgb(209,125,180); }
H1.HeaderClassName
{
color: #D17DB4;
}
.AnyTagClassName
{
color: #D17DB4;
}
</style>
background-color css
<style>
a { background-color: #D17DB4; }
a { background-color: rgb(209,125,180); }
div.DivClassName
{
background-color: #D17DB4;
}
.BgClassName
{
background-color: #D17DB4;
}
</style>
border-color css
<style>
span { border-color: #D17DB4; }
span { border-color: rgb(209,125,180); }
td.TdClassName
{
border-color: #D17DB4;
}
.TagClassName
{
border-color: #D17DB4;
}
</style>