Shades of Geraldine #DB7370
Tints of Geraldine #DB7370
RGB
CMYK
RGB Variations
Color information
#DB7370 (or 0xDB7370) is known color: Geraldine. HEX triplet: DB, 73 and 70. RGB value is (219,115,112). Sum of RGB (Red+Green+Blue) = 219+115+112=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7370 is #248C8F. Grayscale: #919191. Windows color (decimal): -2395280 or 7369691. OLE color: 7369691.
HSL color Cylindrical-coordinate representation of color #DB7370: hue angle of 1.68º 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 #DB7370 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 112 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.14 |
| HSL | 1.68º | 0.6% | 0.65% | - |
| HSV(B) | 1.68º | 0.49% | 0.86% | - |
| XYZ | 38.27 | 28.49 | 18.81 | - |
| YUV | 145.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 112 | 0 | 0.47 | 0.49 | 0.14 | 1.68 | 0.6 | 0.65 |
| Hex | DB | 73 | 70 | 0 | 2F | 31 | E | 2 | 3C | 41 |
| Octal | 333 | 163 | 160 | 0 | 57 | 61 | 16 | 2 | 74 | 101 |
| Binary | 11011011 | 1110011 | 1110000 | 0 | 101111 | 110001 | 1110 | 10 | 111100 | 1000001 |
Color Harmonies of #DB7370
Complementary color
Monochromatic Colors of #DB7370
Black with #DB7370
Text Example
Text Example
White with #DB7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7370; }
p { color: rgb(219,115,112); }
H1.HeaderClassName
{
color: #DB7370;
}
.AnyTagClassName
{
color: #DB7370;
}
</style>
background-color css
<style>
a { background-color: #DB7370; }
a { background-color: rgb(219,115,112); }
div.DivClassName
{
background-color: #DB7370;
}
.BgClassName
{
background-color: #DB7370;
}
</style>
border-color css
<style>
span { border-color: #DB7370; }
span { border-color: rgb(219,115,112); }
td.TdClassName
{
border-color: #DB7370;
}
.TagClassName
{
border-color: #DB7370;
}
</style>