Shades of Geraldine #DB7570
Tints of Geraldine #DB7570
RGB
CMYK
RGB Variations
Color information
#DB7570 (or 0xDB7570) is known color: Geraldine. HEX triplet: DB, 75 and 70. RGB value is (219,117,112). Sum of RGB (Red+Green+Blue) = 219+117+112=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7570 is #248A8F. Grayscale: #939393. Windows color (decimal): -2394768 or 7370203. OLE color: 7370203.
HSL color Cylindrical-coordinate representation of color #DB7570: hue angle of 2.8º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7570 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 112 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.14 |
| HSL | 2.8º | 0.6% | 0.65% | - |
| HSV(B) | 2.8º | 0.49% | 0.86% | - |
| XYZ | 38.5 | 28.95 | 18.89 | - |
| YUV | 146.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 112 | 0 | 0.47 | 0.49 | 0.14 | 2.8 | 0.6 | 0.65 |
| Hex | DB | 75 | 70 | 0 | 2F | 31 | E | 3 | 3C | 41 |
| Octal | 333 | 165 | 160 | 0 | 57 | 61 | 16 | 3 | 74 | 101 |
| Binary | 11011011 | 1110101 | 1110000 | 0 | 101111 | 110001 | 1110 | 11 | 111100 | 1000001 |
Color Harmonies of #DB7570
Complementary color
Monochromatic Colors of #DB7570
Black with #DB7570
Text Example
Text Example
White with #DB7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7570; }
p { color: rgb(219,117,112); }
H1.HeaderClassName
{
color: #DB7570;
}
.AnyTagClassName
{
color: #DB7570;
}
</style>
background-color css
<style>
a { background-color: #DB7570; }
a { background-color: rgb(219,117,112); }
div.DivClassName
{
background-color: #DB7570;
}
.BgClassName
{
background-color: #DB7570;
}
</style>
border-color css
<style>
span { border-color: #DB7570; }
span { border-color: rgb(219,117,112); }
td.TdClassName
{
border-color: #DB7570;
}
.TagClassName
{
border-color: #DB7570;
}
</style>