Shades of Lily #D396B6
Tints of Lily #D396B6
RGB
CMYK
RGB Variations
Color information
#D396B6 (or 0xD396B6) is known color: Lily. HEX triplet: D3, 96 and B6. RGB value is (211,150,182). Sum of RGB (Red+Green+Blue) = 211+150+182=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D396B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396B6 is #2C6949. Grayscale: #ABABAB. Windows color (decimal): -2910538 or 11966163. OLE color: 11966163.
HSL color Cylindrical-coordinate representation of color #D396B6: hue angle of 328.52º degrees, saturation: 0.41, 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 #D396B6 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 182 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.17 |
| HSL | 328.52º | 0.41% | 0.71% | - |
| HSV(B) | 328.52º | 0.29% | 0.83% | - |
| XYZ | 46.21 | 39.04 | 49.36 | - |
| YUV | 171.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 182 | 0 | 0.29 | 0.14 | 0.17 | 328.52 | 0.41 | 0.71 |
| Hex | D3 | 96 | B6 | 0 | 1D | E | 11 | 149 | 29 | 47 |
| Octal | 323 | 226 | 266 | 0 | 35 | 16 | 21 | 511 | 51 | 107 |
| Binary | 11010011 | 10010110 | 10110110 | 0 | 11101 | 1110 | 10001 | 101001001 | 101001 | 1000111 |
Color Harmonies of #D396B6
Complementary color
Monochromatic Colors of #D396B6
Black with #D396B6
Text Example
Text Example
White with #D396B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396B6; }
p { color: rgb(211,150,182); }
H1.HeaderClassName
{
color: #D396B6;
}
.AnyTagClassName
{
color: #D396B6;
}
</style>
background-color css
<style>
a { background-color: #D396B6; }
a { background-color: rgb(211,150,182); }
div.DivClassName
{
background-color: #D396B6;
}
.BgClassName
{
background-color: #D396B6;
}
</style>
border-color css
<style>
span { border-color: #D396B6; }
span { border-color: rgb(211,150,182); }
td.TdClassName
{
border-color: #D396B6;
}
.TagClassName
{
border-color: #D396B6;
}
</style>