Shades of Lily #D37FB8
Tints of Lily #D37FB8
RGB
CMYK
RGB Variations
Color information
#D37FB8 (or 0xD37FB8) is known color: Lily. HEX triplet: D3, 7F and B8. RGB value is (211,127,184). Sum of RGB (Red+Green+Blue) = 211+127+184=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FB8 is #2C8047. Grayscale: #9E9E9E. Windows color (decimal): -2916424 or 12091347. OLE color: 12091347.
HSL color Cylindrical-coordinate representation of color #D37FB8: hue angle of 319.29º 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 #D37FB8 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 184 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.17 |
| HSL | 319.29º | 0.49% | 0.66% | - |
| HSV(B) | 319.29º | 0.4% | 0.83% | - |
| XYZ | 43.11 | 32.49 | 49.35 | - |
| YUV | 158.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 184 | 0 | 0.40 | 0.13 | 0.17 | 319.29 | 0.49 | 0.66 |
| Hex | D3 | 7F | B8 | 0 | 28 | D | 11 | 13F | 31 | 42 |
| Octal | 323 | 177 | 270 | 0 | 50 | 15 | 21 | 477 | 61 | 102 |
| Binary | 11010011 | 1111111 | 10111000 | 0 | 101000 | 1101 | 10001 | 100111111 | 110001 | 1000010 |
Color Harmonies of #D37FB8
Complementary color
Monochromatic Colors of #D37FB8
Black with #D37FB8
Text Example
Text Example
White with #D37FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FB8; }
p { color: rgb(211,127,184); }
H1.HeaderClassName
{
color: #D37FB8;
}
.AnyTagClassName
{
color: #D37FB8;
}
</style>
background-color css
<style>
a { background-color: #D37FB8; }
a { background-color: rgb(211,127,184); }
div.DivClassName
{
background-color: #D37FB8;
}
.BgClassName
{
background-color: #D37FB8;
}
</style>
border-color css
<style>
span { border-color: #D37FB8; }
span { border-color: rgb(211,127,184); }
td.TdClassName
{
border-color: #D37FB8;
}
.TagClassName
{
border-color: #D37FB8;
}
</style>