Shades of Lily #D499C0
Tints of Lily #D499C0
RGB
CMYK
RGB Variations
Color information
#D499C0 (or 0xD499C0) is known color: Lily. HEX triplet: D4, 99 and C0. RGB value is (212,153,192). Sum of RGB (Red+Green+Blue) = 212+153+192=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D499C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499C0 is #2B663F. Grayscale: #AEAEAE. Windows color (decimal): -2844224 or 12622292. OLE color: 12622292.
HSL color Cylindrical-coordinate representation of color #D499C0: hue angle of 320.34º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D499C0 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 192 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.17 |
| HSL | 320.34º | 0.41% | 0.72% | - |
| HSV(B) | 320.34º | 0.28% | 0.83% | - |
| XYZ | 48.06 | 40.59 | 55.17 | - |
| YUV | 175.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 192 | 0 | 0.28 | 0.09 | 0.17 | 320.34 | 0.41 | 0.72 |
| Hex | D4 | 99 | C0 | 0 | 1C | 9 | 11 | 140 | 29 | 48 |
| Octal | 324 | 231 | 300 | 0 | 34 | 11 | 21 | 500 | 51 | 110 |
| Binary | 11010100 | 10011001 | 11000000 | 0 | 11100 | 1001 | 10001 | 101000000 | 101001 | 1001000 |
Color Harmonies of #D499C0
Complementary color
Monochromatic Colors of #D499C0
Black with #D499C0
Text Example
Text Example
White with #D499C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499C0; }
p { color: rgb(212,153,192); }
H1.HeaderClassName
{
color: #D499C0;
}
.AnyTagClassName
{
color: #D499C0;
}
</style>
background-color css
<style>
a { background-color: #D499C0; }
a { background-color: rgb(212,153,192); }
div.DivClassName
{
background-color: #D499C0;
}
.BgClassName
{
background-color: #D499C0;
}
</style>
border-color css
<style>
span { border-color: #D499C0; }
span { border-color: rgb(212,153,192); }
td.TdClassName
{
border-color: #D499C0;
}
.TagClassName
{
border-color: #D499C0;
}
</style>