Shades of Geraldine #DB7771
Tints of Geraldine #DB7771
RGB
CMYK
RGB Variations
Color information
#DB7771 (or 0xDB7771) is known color: Geraldine. HEX triplet: DB, 77 and 71. RGB value is (219,119,113). Sum of RGB (Red+Green+Blue) = 219+119+113=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7771 is #24888E. Grayscale: #949494. Windows color (decimal): -2394255 or 7436251. OLE color: 7436251.
HSL color Cylindrical-coordinate representation of color #DB7771: hue angle of 3.4º 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 #DB7771 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 113 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.14 |
| HSL | 3.4º | 0.6% | 0.65% | - |
| HSV(B) | 3.4º | 0.48% | 0.86% | - |
| XYZ | 38.79 | 29.45 | 19.26 | - |
| YUV | 148.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 113 | 0 | 0.46 | 0.48 | 0.14 | 3.4 | 0.6 | 0.65 |
| Hex | DB | 77 | 71 | 0 | 2E | 30 | E | 3 | 3C | 41 |
| Octal | 333 | 167 | 161 | 0 | 56 | 60 | 16 | 3 | 74 | 101 |
| Binary | 11011011 | 1110111 | 1110001 | 0 | 101110 | 110000 | 1110 | 11 | 111100 | 1000001 |
Color Harmonies of #DB7771
Complementary color
Monochromatic Colors of #DB7771
Black with #DB7771
Text Example
Text Example
White with #DB7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7771; }
p { color: rgb(219,119,113); }
H1.HeaderClassName
{
color: #DB7771;
}
.AnyTagClassName
{
color: #DB7771;
}
</style>
background-color css
<style>
a { background-color: #DB7771; }
a { background-color: rgb(219,119,113); }
div.DivClassName
{
background-color: #DB7771;
}
.BgClassName
{
background-color: #DB7771;
}
</style>
border-color css
<style>
span { border-color: #DB7771; }
span { border-color: rgb(219,119,113); }
td.TdClassName
{
border-color: #DB7771;
}
.TagClassName
{
border-color: #DB7771;
}
</style>