Shades of Lily #D396C0
Tints of Lily #D396C0
RGB
CMYK
RGB Variations
Color information
#D396C0 (or 0xD396C0) is known color: Lily. HEX triplet: D3, 96 and C0. RGB value is (211,150,192). Sum of RGB (Red+Green+Blue) = 211+150+192=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D396C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396C0 is #2C693F. Grayscale: #ACACAC. Windows color (decimal): -2910528 or 12621523. OLE color: 12621523.
HSL color Cylindrical-coordinate representation of color #D396C0: hue angle of 318.69º 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 #D396C0 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 192 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.17 |
| HSL | 318.69º | 0.41% | 0.71% | - |
| HSV(B) | 318.69º | 0.29% | 0.83% | - |
| XYZ | 47.28 | 39.47 | 54.99 | - |
| YUV | 173.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 192 | 0 | 0.29 | 0.09 | 0.17 | 318.69 | 0.41 | 0.71 |
| Hex | D3 | 96 | C0 | 0 | 1D | 9 | 11 | 13F | 29 | 47 |
| Octal | 323 | 226 | 300 | 0 | 35 | 11 | 21 | 477 | 51 | 107 |
| Binary | 11010011 | 10010110 | 11000000 | 0 | 11101 | 1001 | 10001 | 100111111 | 101001 | 1000111 |
Color Harmonies of #D396C0
Complementary color
Monochromatic Colors of #D396C0
Black with #D396C0
Text Example
Text Example
White with #D396C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396C0; }
p { color: rgb(211,150,192); }
H1.HeaderClassName
{
color: #D396C0;
}
.AnyTagClassName
{
color: #D396C0;
}
</style>
background-color css
<style>
a { background-color: #D396C0; }
a { background-color: rgb(211,150,192); }
div.DivClassName
{
background-color: #D396C0;
}
.BgClassName
{
background-color: #D396C0;
}
</style>
border-color css
<style>
span { border-color: #D396C0; }
span { border-color: rgb(211,150,192); }
td.TdClassName
{
border-color: #D396C0;
}
.TagClassName
{
border-color: #D396C0;
}
</style>