Shades of Lily #D496BB
Tints of Lily #D496BB
RGB
CMYK
RGB Variations
Color information
#D496BB (or 0xD496BB) is known color: Lily. HEX triplet: D4, 96 and BB. RGB value is (212,150,187). Sum of RGB (Red+Green+Blue) = 212+150+187=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D496BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496BB is #2B6944. Grayscale: #ACACAC. Windows color (decimal): -2844997 or 12293844. OLE color: 12293844.
HSL color Cylindrical-coordinate representation of color #D496BB: hue angle of 324.19º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D496BB is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 187 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.17 |
| HSL | 324.19º | 0.42% | 0.71% | - |
| HSV(B) | 324.19º | 0.29% | 0.83% | - |
| XYZ | 47.03 | 39.4 | 52.14 | - |
| YUV | 172.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 187 | 0 | 0.29 | 0.12 | 0.17 | 324.19 | 0.42 | 0.71 |
| Hex | D4 | 96 | BB | 0 | 1D | C | 11 | 144 | 2A | 47 |
| Octal | 324 | 226 | 273 | 0 | 35 | 14 | 21 | 504 | 52 | 107 |
| Binary | 11010100 | 10010110 | 10111011 | 0 | 11101 | 1100 | 10001 | 101000100 | 101010 | 1000111 |
Color Harmonies of #D496BB
Complementary color
Monochromatic Colors of #D496BB
Black with #D496BB
Text Example
Text Example
White with #D496BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496BB; }
p { color: rgb(212,150,187); }
H1.HeaderClassName
{
color: #D496BB;
}
.AnyTagClassName
{
color: #D496BB;
}
</style>
background-color css
<style>
a { background-color: #D496BB; }
a { background-color: rgb(212,150,187); }
div.DivClassName
{
background-color: #D496BB;
}
.BgClassName
{
background-color: #D496BB;
}
</style>
border-color css
<style>
span { border-color: #D496BB; }
span { border-color: rgb(212,150,187); }
td.TdClassName
{
border-color: #D496BB;
}
.TagClassName
{
border-color: #D496BB;
}
</style>