Shades of Lily #D496B8
Tints of Lily #D496B8
RGB
CMYK
RGB Variations
Color information
#D496B8 (or 0xD496B8) is known color: Lily. HEX triplet: D4, 96 and B8. RGB value is (212,150,184). Sum of RGB (Red+Green+Blue) = 212+150+184=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D496B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496B8 is #2B6947. Grayscale: #ACACAC. Windows color (decimal): -2845000 or 12097236. OLE color: 12097236.
HSL color Cylindrical-coordinate representation of color #D496B8: hue angle of 327.1º 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 #D496B8 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 184 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.17 |
| HSL | 327.1º | 0.42% | 0.71% | - |
| HSV(B) | 327.1º | 0.29% | 0.83% | - |
| XYZ | 46.71 | 39.27 | 50.47 | - |
| YUV | 172.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 184 | 0 | 0.29 | 0.13 | 0.17 | 327.1 | 0.42 | 0.71 |
| Hex | D4 | 96 | B8 | 0 | 1D | D | 11 | 147 | 2A | 47 |
| Octal | 324 | 226 | 270 | 0 | 35 | 15 | 21 | 507 | 52 | 107 |
| Binary | 11010100 | 10010110 | 10111000 | 0 | 11101 | 1101 | 10001 | 101000111 | 101010 | 1000111 |
Color Harmonies of #D496B8
Complementary color
Monochromatic Colors of #D496B8
Black with #D496B8
Text Example
Text Example
White with #D496B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496B8; }
p { color: rgb(212,150,184); }
H1.HeaderClassName
{
color: #D496B8;
}
.AnyTagClassName
{
color: #D496B8;
}
</style>
background-color css
<style>
a { background-color: #D496B8; }
a { background-color: rgb(212,150,184); }
div.DivClassName
{
background-color: #D496B8;
}
.BgClassName
{
background-color: #D496B8;
}
</style>
border-color css
<style>
span { border-color: #D496B8; }
span { border-color: rgb(212,150,184); }
td.TdClassName
{
border-color: #D496B8;
}
.TagClassName
{
border-color: #D496B8;
}
</style>