Shades of Lily #D396C1
Tints of Lily #D396C1
RGB
CMYK
RGB Variations
Color information
#D396C1 (or 0xD396C1) is known color: Lily. HEX triplet: D3, 96 and C1. RGB value is (211,150,193). Sum of RGB (Red+Green+Blue) = 211+150+193=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D396C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396C1 is #2C693E. Grayscale: #ADADAD. Windows color (decimal): -2910527 or 12687059. OLE color: 12687059.
HSL color Cylindrical-coordinate representation of color #D396C1: hue angle of 317.7º 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 #D396C1 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 193 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.17 |
| HSL | 317.7º | 0.41% | 0.71% | - |
| HSV(B) | 317.7º | 0.29% | 0.83% | - |
| XYZ | 47.4 | 39.51 | 55.58 | - |
| YUV | 173.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 193 | 0 | 0.29 | 0.09 | 0.17 | 317.7 | 0.41 | 0.71 |
| Hex | D3 | 96 | C1 | 0 | 1D | 9 | 11 | 13E | 29 | 47 |
| Octal | 323 | 226 | 301 | 0 | 35 | 11 | 21 | 476 | 51 | 107 |
| Binary | 11010011 | 10010110 | 11000001 | 0 | 11101 | 1001 | 10001 | 100111110 | 101001 | 1000111 |
Color Harmonies of #D396C1
Complementary color
Monochromatic Colors of #D396C1
Black with #D396C1
Text Example
Text Example
White with #D396C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396C1; }
p { color: rgb(211,150,193); }
H1.HeaderClassName
{
color: #D396C1;
}
.AnyTagClassName
{
color: #D396C1;
}
</style>
background-color css
<style>
a { background-color: #D396C1; }
a { background-color: rgb(211,150,193); }
div.DivClassName
{
background-color: #D396C1;
}
.BgClassName
{
background-color: #D396C1;
}
</style>
border-color css
<style>
span { border-color: #D396C1; }
span { border-color: rgb(211,150,193); }
td.TdClassName
{
border-color: #D396C1;
}
.TagClassName
{
border-color: #D396C1;
}
</style>