Shades of Lily #D496BD
Tints of Lily #D496BD
RGB
CMYK
RGB Variations
Color information
#D496BD (or 0xD496BD) is known color: Lily. HEX triplet: D4, 96 and BD. RGB value is (212,150,189). Sum of RGB (Red+Green+Blue) = 212+150+189=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D496BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496BD is #2B6942. Grayscale: #ACACAC. Windows color (decimal): -2844995 or 12424916. OLE color: 12424916.
HSL color Cylindrical-coordinate representation of color #D496BD: hue angle of 322.26º 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 #D496BD is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 189 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.17 |
| HSL | 322.26º | 0.42% | 0.71% | - |
| HSV(B) | 322.26º | 0.29% | 0.83% | - |
| XYZ | 47.24 | 39.48 | 53.28 | - |
| YUV | 172.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 189 | 0 | 0.29 | 0.11 | 0.17 | 322.26 | 0.42 | 0.71 |
| Hex | D4 | 96 | BD | 0 | 1D | B | 11 | 142 | 2A | 47 |
| Octal | 324 | 226 | 275 | 0 | 35 | 13 | 21 | 502 | 52 | 107 |
| Binary | 11010100 | 10010110 | 10111101 | 0 | 11101 | 1011 | 10001 | 101000010 | 101010 | 1000111 |
Color Harmonies of #D496BD
Complementary color
Monochromatic Colors of #D496BD
Black with #D496BD
Text Example
Text Example
White with #D496BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496BD; }
p { color: rgb(212,150,189); }
H1.HeaderClassName
{
color: #D496BD;
}
.AnyTagClassName
{
color: #D496BD;
}
</style>
background-color css
<style>
a { background-color: #D496BD; }
a { background-color: rgb(212,150,189); }
div.DivClassName
{
background-color: #D496BD;
}
.BgClassName
{
background-color: #D496BD;
}
</style>
border-color css
<style>
span { border-color: #D496BD; }
span { border-color: rgb(212,150,189); }
td.TdClassName
{
border-color: #D496BD;
}
.TagClassName
{
border-color: #D496BD;
}
</style>