Shades of Lily #D496C0
Tints of Lily #D496C0
RGB
CMYK
RGB Variations
Color information
#D496C0 (or 0xD496C0) is known color: Lily. HEX triplet: D4, 96 and C0. RGB value is (212,150,192). Sum of RGB (Red+Green+Blue) = 212+150+192=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D496C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496C0 is #2B693F. Grayscale: #ADADAD. Windows color (decimal): -2844992 or 12621524. OLE color: 12621524.
HSL color Cylindrical-coordinate representation of color #D496C0: hue angle of 319.35º 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 #D496C0 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 192 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.17 |
| HSL | 319.35º | 0.42% | 0.71% | - |
| HSV(B) | 319.35º | 0.29% | 0.83% | - |
| XYZ | 47.57 | 39.62 | 55.01 | - |
| YUV | 173.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 192 | 0 | 0.29 | 0.09 | 0.17 | 319.35 | 0.42 | 0.71 |
| Hex | D4 | 96 | C0 | 0 | 1D | 9 | 11 | 13F | 2A | 47 |
| Octal | 324 | 226 | 300 | 0 | 35 | 11 | 21 | 477 | 52 | 107 |
| Binary | 11010100 | 10010110 | 11000000 | 0 | 11101 | 1001 | 10001 | 100111111 | 101010 | 1000111 |
Color Harmonies of #D496C0
Complementary color
Monochromatic Colors of #D496C0
Black with #D496C0
Text Example
Text Example
White with #D496C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496C0; }
p { color: rgb(212,150,192); }
H1.HeaderClassName
{
color: #D496C0;
}
.AnyTagClassName
{
color: #D496C0;
}
</style>
background-color css
<style>
a { background-color: #D496C0; }
a { background-color: rgb(212,150,192); }
div.DivClassName
{
background-color: #D496C0;
}
.BgClassName
{
background-color: #D496C0;
}
</style>
border-color css
<style>
span { border-color: #D496C0; }
span { border-color: rgb(212,150,192); }
td.TdClassName
{
border-color: #D496C0;
}
.TagClassName
{
border-color: #D496C0;
}
</style>