Shades of Geraldine #DB7571
Tints of Geraldine #DB7571
RGB
CMYK
RGB Variations
Color information
#DB7571 (or 0xDB7571) is known color: Geraldine. HEX triplet: DB, 75 and 71. RGB value is (219,117,113). Sum of RGB (Red+Green+Blue) = 219+117+113=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7571 is #248A8E. Grayscale: #939393. Windows color (decimal): -2394767 or 7435739. OLE color: 7435739.
HSL color Cylindrical-coordinate representation of color #DB7571: hue angle of 2.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7571 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 113 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.14 |
| HSL | 2.26º | 0.6% | 0.65% | - |
| HSV(B) | 2.26º | 0.48% | 0.86% | - |
| XYZ | 38.56 | 28.97 | 19.18 | - |
| YUV | 147.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 113 | 0 | 0.47 | 0.48 | 0.14 | 2.26 | 0.6 | 0.65 |
| Hex | DB | 75 | 71 | 0 | 2F | 30 | E | 2 | 3C | 41 |
| Octal | 333 | 165 | 161 | 0 | 57 | 60 | 16 | 2 | 74 | 101 |
| Binary | 11011011 | 1110101 | 1110001 | 0 | 101111 | 110000 | 1110 | 10 | 111100 | 1000001 |
Color Harmonies of #DB7571
Complementary color
Monochromatic Colors of #DB7571
Black with #DB7571
Text Example
Text Example
White with #DB7571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7571; }
p { color: rgb(219,117,113); }
H1.HeaderClassName
{
color: #DB7571;
}
.AnyTagClassName
{
color: #DB7571;
}
</style>
background-color css
<style>
a { background-color: #DB7571; }
a { background-color: rgb(219,117,113); }
div.DivClassName
{
background-color: #DB7571;
}
.BgClassName
{
background-color: #DB7571;
}
</style>
border-color css
<style>
span { border-color: #DB7571; }
span { border-color: rgb(219,117,113); }
td.TdClassName
{
border-color: #DB7571;
}
.TagClassName
{
border-color: #DB7571;
}
</style>