Shades of Lily #D499BE
Tints of Lily #D499BE
RGB
CMYK
RGB Variations
Color information
#D499BE (or 0xD499BE) is known color: Lily. HEX triplet: D4, 99 and BE. RGB value is (212,153,190). Sum of RGB (Red+Green+Blue) = 212+153+190=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D499BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499BE is #2B6641. Grayscale: #AEAEAE. Windows color (decimal): -2844226 or 12491220. OLE color: 12491220.
HSL color Cylindrical-coordinate representation of color #D499BE: hue angle of 322.37º 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 #D499BE is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 190 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.17 |
| HSL | 322.37º | 0.41% | 0.72% | - |
| HSV(B) | 322.37º | 0.28% | 0.83% | - |
| XYZ | 47.84 | 40.5 | 54.01 | - |
| YUV | 174.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 190 | 0 | 0.28 | 0.10 | 0.17 | 322.37 | 0.41 | 0.72 |
| Hex | D4 | 99 | BE | 0 | 1C | A | 11 | 142 | 29 | 48 |
| Octal | 324 | 231 | 276 | 0 | 34 | 12 | 21 | 502 | 51 | 110 |
| Binary | 11010100 | 10011001 | 10111110 | 0 | 11100 | 1010 | 10001 | 101000010 | 101001 | 1001000 |
Color Harmonies of #D499BE
Complementary color
Monochromatic Colors of #D499BE
Black with #D499BE
Text Example
Text Example
White with #D499BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499BE; }
p { color: rgb(212,153,190); }
H1.HeaderClassName
{
color: #D499BE;
}
.AnyTagClassName
{
color: #D499BE;
}
</style>
background-color css
<style>
a { background-color: #D499BE; }
a { background-color: rgb(212,153,190); }
div.DivClassName
{
background-color: #D499BE;
}
.BgClassName
{
background-color: #D499BE;
}
</style>
border-color css
<style>
span { border-color: #D499BE; }
span { border-color: rgb(212,153,190); }
td.TdClassName
{
border-color: #D499BE;
}
.TagClassName
{
border-color: #D499BE;
}
</style>