Shades of Lily #D37EB6
Tints of Lily #D37EB6
RGB
CMYK
RGB Variations
Color information
#D37EB6 (or 0xD37EB6) is known color: Lily. HEX triplet: D3, 7E and B6. RGB value is (211,126,182). Sum of RGB (Red+Green+Blue) = 211+126+182=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D37EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EB6 is #2C8149. Grayscale: #9D9D9D. Windows color (decimal): -2916682 or 11960019. OLE color: 11960019.
HSL color Cylindrical-coordinate representation of color #D37EB6: hue angle of 320.47º 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 #D37EB6 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 182 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.17 |
| HSL | 320.47º | 0.49% | 0.66% | - |
| HSV(B) | 320.47º | 0.4% | 0.83% | - |
| XYZ | 42.77 | 32.15 | 48.21 | - |
| YUV | 157.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 182 | 0 | 0.40 | 0.14 | 0.17 | 320.47 | 0.49 | 0.66 |
| Hex | D3 | 7E | B6 | 0 | 28 | E | 11 | 140 | 31 | 42 |
| Octal | 323 | 176 | 266 | 0 | 50 | 16 | 21 | 500 | 61 | 102 |
| Binary | 11010011 | 1111110 | 10110110 | 0 | 101000 | 1110 | 10001 | 101000000 | 110001 | 1000010 |
Color Harmonies of #D37EB6
Complementary color
Monochromatic Colors of #D37EB6
Black with #D37EB6
Text Example
Text Example
White with #D37EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EB6; }
p { color: rgb(211,126,182); }
H1.HeaderClassName
{
color: #D37EB6;
}
.AnyTagClassName
{
color: #D37EB6;
}
</style>
background-color css
<style>
a { background-color: #D37EB6; }
a { background-color: rgb(211,126,182); }
div.DivClassName
{
background-color: #D37EB6;
}
.BgClassName
{
background-color: #D37EB6;
}
</style>
border-color css
<style>
span { border-color: #D37EB6; }
span { border-color: rgb(211,126,182); }
td.TdClassName
{
border-color: #D37EB6;
}
.TagClassName
{
border-color: #D37EB6;
}
</style>