Shades of Lily #D37EB5
Tints of Lily #D37EB5
RGB
CMYK
RGB Variations
Color information
#D37EB5 (or 0xD37EB5) is known color: Lily. HEX triplet: D3, 7E and B5. RGB value is (211,126,181). Sum of RGB (Red+Green+Blue) = 211+126+181=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D37EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EB5 is #2C814A. Grayscale: #9D9D9D. Windows color (decimal): -2916683 or 11894483. OLE color: 11894483.
HSL color Cylindrical-coordinate representation of color #D37EB5: hue angle of 321.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37EB5 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 181 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.17 |
| HSL | 321.18º | 0.49% | 0.66% | - |
| HSV(B) | 321.18º | 0.4% | 0.83% | - |
| XYZ | 42.67 | 32.11 | 47.66 | - |
| YUV | 157.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 181 | 0 | 0.40 | 0.14 | 0.17 | 321.18 | 0.49 | 0.66 |
| Hex | D3 | 7E | B5 | 0 | 28 | E | 11 | 141 | 31 | 42 |
| Octal | 323 | 176 | 265 | 0 | 50 | 16 | 21 | 501 | 61 | 102 |
| Binary | 11010011 | 1111110 | 10110101 | 0 | 101000 | 1110 | 10001 | 101000001 | 110001 | 1000010 |
Color Harmonies of #D37EB5
Complementary color
Monochromatic Colors of #D37EB5
Black with #D37EB5
Text Example
Text Example
White with #D37EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EB5; }
p { color: rgb(211,126,181); }
H1.HeaderClassName
{
color: #D37EB5;
}
.AnyTagClassName
{
color: #D37EB5;
}
</style>
background-color css
<style>
a { background-color: #D37EB5; }
a { background-color: rgb(211,126,181); }
div.DivClassName
{
background-color: #D37EB5;
}
.BgClassName
{
background-color: #D37EB5;
}
</style>
border-color css
<style>
span { border-color: #D37EB5; }
span { border-color: rgb(211,126,181); }
td.TdClassName
{
border-color: #D37EB5;
}
.TagClassName
{
border-color: #D37EB5;
}
</style>