Shades of Lily #D499BC
Tints of Lily #D499BC
RGB
CMYK
RGB Variations
Color information
#D499BC (or 0xD499BC) is known color: Lily. HEX triplet: D4, 99 and BC. RGB value is (212,153,188). Sum of RGB (Red+Green+Blue) = 212+153+188=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D499BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499BC is #2B6643. Grayscale: #AEAEAE. Windows color (decimal): -2844228 or 12360148. OLE color: 12360148.
HSL color Cylindrical-coordinate representation of color #D499BC: hue angle of 324.41º 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 #D499BC is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 188 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.17 |
| HSL | 324.41º | 0.41% | 0.72% | - |
| HSV(B) | 324.41º | 0.28% | 0.83% | - |
| XYZ | 47.62 | 40.41 | 52.87 | - |
| YUV | 174.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 188 | 0 | 0.28 | 0.11 | 0.17 | 324.41 | 0.41 | 0.72 |
| Hex | D4 | 99 | BC | 0 | 1C | B | 11 | 144 | 29 | 48 |
| Octal | 324 | 231 | 274 | 0 | 34 | 13 | 21 | 504 | 51 | 110 |
| Binary | 11010100 | 10011001 | 10111100 | 0 | 11100 | 1011 | 10001 | 101000100 | 101001 | 1001000 |
Color Harmonies of #D499BC
Complementary color
Monochromatic Colors of #D499BC
Black with #D499BC
Text Example
Text Example
White with #D499BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499BC; }
p { color: rgb(212,153,188); }
H1.HeaderClassName
{
color: #D499BC;
}
.AnyTagClassName
{
color: #D499BC;
}
</style>
background-color css
<style>
a { background-color: #D499BC; }
a { background-color: rgb(212,153,188); }
div.DivClassName
{
background-color: #D499BC;
}
.BgClassName
{
background-color: #D499BC;
}
</style>
border-color css
<style>
span { border-color: #D499BC; }
span { border-color: rgb(212,153,188); }
td.TdClassName
{
border-color: #D499BC;
}
.TagClassName
{
border-color: #D499BC;
}
</style>