Shades of Lily #D39CB5
Tints of Lily #D39CB5
RGB
CMYK
RGB Variations
Color information
#D39CB5 (or 0xD39CB5) is known color: Lily. HEX triplet: D3, 9C and B5. RGB value is (211,156,181). Sum of RGB (Red+Green+Blue) = 211+156+181=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CB5 is #2C634A. Grayscale: #AFAFAF. Windows color (decimal): -2909003 or 11902163. OLE color: 11902163.
HSL color Cylindrical-coordinate representation of color #D39CB5: hue angle of 332.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39CB5 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 156 | 181 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.17 |
| HSL | 332.73º | 0.38% | 0.72% | - |
| HSV(B) | 332.73º | 0.26% | 0.83% | - |
| XYZ | 47.09 | 40.96 | 49.14 | - |
| YUV | 175.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 181 | 0 | 0.26 | 0.14 | 0.17 | 332.73 | 0.38 | 0.72 |
| Hex | D3 | 9C | B5 | 0 | 1A | E | 11 | 14D | 26 | 48 |
| Octal | 323 | 234 | 265 | 0 | 32 | 16 | 21 | 515 | 46 | 110 |
| Binary | 11010011 | 10011100 | 10110101 | 0 | 11010 | 1110 | 10001 | 101001101 | 100110 | 1001000 |
Color Harmonies of #D39CB5
Complementary color
Monochromatic Colors of #D39CB5
Black with #D39CB5
Text Example
Text Example
White with #D39CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39CB5; }
p { color: rgb(211,156,181); }
H1.HeaderClassName
{
color: #D39CB5;
}
.AnyTagClassName
{
color: #D39CB5;
}
</style>
background-color css
<style>
a { background-color: #D39CB5; }
a { background-color: rgb(211,156,181); }
div.DivClassName
{
background-color: #D39CB5;
}
.BgClassName
{
background-color: #D39CB5;
}
</style>
border-color css
<style>
span { border-color: #D39CB5; }
span { border-color: rgb(211,156,181); }
td.TdClassName
{
border-color: #D39CB5;
}
.TagClassName
{
border-color: #D39CB5;
}
</style>