Shades of Lily #D17CB4
Tints of Lily #D17CB4
RGB
CMYK
RGB Variations
Color information
#D17CB4 (or 0xD17CB4) is known color: Lily. HEX triplet: D1, 7C and B4. RGB value is (209,124,180). Sum of RGB (Red+Green+Blue) = 209+124+180=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CB4 is #2E834B. Grayscale: #9B9B9B. Windows color (decimal): -3048268 or 11828433. OLE color: 11828433.
HSL color Cylindrical-coordinate representation of color #D17CB4: hue angle of 320.47º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17CB4 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 180 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.18 |
| HSL | 320.47º | 0.48% | 0.65% | - |
| HSV(B) | 320.47º | 0.41% | 0.82% | - |
| XYZ | 41.74 | 31.27 | 47.01 | - |
| YUV | 155.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 180 | 0 | 0.41 | 0.14 | 0.18 | 320.47 | 0.48 | 0.65 |
| Hex | D1 | 7C | B4 | 0 | 29 | E | 12 | 140 | 30 | 41 |
| Octal | 321 | 174 | 264 | 0 | 51 | 16 | 22 | 500 | 60 | 101 |
| Binary | 11010001 | 1111100 | 10110100 | 0 | 101001 | 1110 | 10010 | 101000000 | 110000 | 1000001 |
Color Harmonies of #D17CB4
Complementary color
Monochromatic Colors of #D17CB4
Black with #D17CB4
Text Example
Text Example
White with #D17CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CB4; }
p { color: rgb(209,124,180); }
H1.HeaderClassName
{
color: #D17CB4;
}
.AnyTagClassName
{
color: #D17CB4;
}
</style>
background-color css
<style>
a { background-color: #D17CB4; }
a { background-color: rgb(209,124,180); }
div.DivClassName
{
background-color: #D17CB4;
}
.BgClassName
{
background-color: #D17CB4;
}
</style>
border-color css
<style>
span { border-color: #D17CB4; }
span { border-color: rgb(209,124,180); }
td.TdClassName
{
border-color: #D17CB4;
}
.TagClassName
{
border-color: #D17CB4;
}
</style>