Shades of Lily #D37FBA
Tints of Lily #D37FBA
RGB
CMYK
RGB Variations
Color information
#D37FBA (or 0xD37FBA) is known color: Lily. HEX triplet: D3, 7F and BA. RGB value is (211,127,186). Sum of RGB (Red+Green+Blue) = 211+127+186=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FBA is #2C8045. Grayscale: #9E9E9E. Windows color (decimal): -2916422 or 12222419. OLE color: 12222419.
HSL color Cylindrical-coordinate representation of color #D37FBA: hue angle of 317.86º 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 #D37FBA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 186 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.17 |
| HSL | 317.86º | 0.49% | 0.66% | - |
| HSV(B) | 317.86º | 0.4% | 0.83% | - |
| XYZ | 43.32 | 32.57 | 50.46 | - |
| YUV | 158.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 186 | 0 | 0.40 | 0.12 | 0.17 | 317.86 | 0.49 | 0.66 |
| Hex | D3 | 7F | BA | 0 | 28 | C | 11 | 13E | 31 | 42 |
| Octal | 323 | 177 | 272 | 0 | 50 | 14 | 21 | 476 | 61 | 102 |
| Binary | 11010011 | 1111111 | 10111010 | 0 | 101000 | 1100 | 10001 | 100111110 | 110001 | 1000010 |
Color Harmonies of #D37FBA
Complementary color
Monochromatic Colors of #D37FBA
Black with #D37FBA
Text Example
Text Example
White with #D37FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FBA; }
p { color: rgb(211,127,186); }
H1.HeaderClassName
{
color: #D37FBA;
}
.AnyTagClassName
{
color: #D37FBA;
}
</style>
background-color css
<style>
a { background-color: #D37FBA; }
a { background-color: rgb(211,127,186); }
div.DivClassName
{
background-color: #D37FBA;
}
.BgClassName
{
background-color: #D37FBA;
}
</style>
border-color css
<style>
span { border-color: #D37FBA; }
span { border-color: rgb(211,127,186); }
td.TdClassName
{
border-color: #D37FBA;
}
.TagClassName
{
border-color: #D37FBA;
}
</style>