Shades of Lily #D496BC
Tints of Lily #D496BC
RGB
CMYK
RGB Variations
Color information
#D496BC (or 0xD496BC) is known color: Lily. HEX triplet: D4, 96 and BC. RGB value is (212,150,188). Sum of RGB (Red+Green+Blue) = 212+150+188=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D496BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496BC is #2B6943. Grayscale: #ACACAC. Windows color (decimal): -2844996 or 12359380. OLE color: 12359380.
HSL color Cylindrical-coordinate representation of color #D496BC: hue angle of 323.23º 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 #D496BC is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 188 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.17 |
| HSL | 323.23º | 0.42% | 0.71% | - |
| HSV(B) | 323.23º | 0.29% | 0.83% | - |
| XYZ | 47.13 | 39.44 | 52.71 | - |
| YUV | 172.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 188 | 0 | 0.29 | 0.11 | 0.17 | 323.23 | 0.42 | 0.71 |
| Hex | D4 | 96 | BC | 0 | 1D | B | 11 | 143 | 2A | 47 |
| Octal | 324 | 226 | 274 | 0 | 35 | 13 | 21 | 503 | 52 | 107 |
| Binary | 11010100 | 10010110 | 10111100 | 0 | 11101 | 1011 | 10001 | 101000011 | 101010 | 1000111 |
Color Harmonies of #D496BC
Complementary color
Monochromatic Colors of #D496BC
Black with #D496BC
Text Example
Text Example
White with #D496BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496BC; }
p { color: rgb(212,150,188); }
H1.HeaderClassName
{
color: #D496BC;
}
.AnyTagClassName
{
color: #D496BC;
}
</style>
background-color css
<style>
a { background-color: #D496BC; }
a { background-color: rgb(212,150,188); }
div.DivClassName
{
background-color: #D496BC;
}
.BgClassName
{
background-color: #D496BC;
}
</style>
border-color css
<style>
span { border-color: #D496BC; }
span { border-color: rgb(212,150,188); }
td.TdClassName
{
border-color: #D496BC;
}
.TagClassName
{
border-color: #D496BC;
}
</style>