Shades of Lily #D37FB9
Tints of Lily #D37FB9
RGB
CMYK
RGB Variations
Color information
#D37FB9 (or 0xD37FB9) is known color: Lily. HEX triplet: D3, 7F and B9. RGB value is (211,127,185). Sum of RGB (Red+Green+Blue) = 211+127+185=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FB9 is #2C8046. Grayscale: #9E9E9E. Windows color (decimal): -2916423 or 12156883. OLE color: 12156883.
HSL color Cylindrical-coordinate representation of color #D37FB9: hue angle of 318.57º 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 #D37FB9 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 185 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.17 |
| HSL | 318.57º | 0.49% | 0.66% | - |
| HSV(B) | 318.57º | 0.4% | 0.83% | - |
| XYZ | 43.21 | 32.53 | 49.9 | - |
| YUV | 158.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 185 | 0 | 0.40 | 0.12 | 0.17 | 318.57 | 0.49 | 0.66 |
| Hex | D3 | 7F | B9 | 0 | 28 | C | 11 | 13F | 31 | 42 |
| Octal | 323 | 177 | 271 | 0 | 50 | 14 | 21 | 477 | 61 | 102 |
| Binary | 11010011 | 1111111 | 10111001 | 0 | 101000 | 1100 | 10001 | 100111111 | 110001 | 1000010 |
Color Harmonies of #D37FB9
Complementary color
Monochromatic Colors of #D37FB9
Black with #D37FB9
Text Example
Text Example
White with #D37FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FB9; }
p { color: rgb(211,127,185); }
H1.HeaderClassName
{
color: #D37FB9;
}
.AnyTagClassName
{
color: #D37FB9;
}
</style>
background-color css
<style>
a { background-color: #D37FB9; }
a { background-color: rgb(211,127,185); }
div.DivClassName
{
background-color: #D37FB9;
}
.BgClassName
{
background-color: #D37FB9;
}
</style>
border-color css
<style>
span { border-color: #D37FB9; }
span { border-color: rgb(211,127,185); }
td.TdClassName
{
border-color: #D37FB9;
}
.TagClassName
{
border-color: #D37FB9;
}
</style>