Shades of Geraldine #DB7671
Tints of Geraldine #DB7671
RGB
CMYK
RGB Variations
Color information
#DB7671 (or 0xDB7671) is known color: Geraldine. HEX triplet: DB, 76 and 71. RGB value is (219,118,113). Sum of RGB (Red+Green+Blue) = 219+118+113=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7671 is #24898E. Grayscale: #939393. Windows color (decimal): -2394511 or 7435995. OLE color: 7435995.
HSL color Cylindrical-coordinate representation of color #DB7671: hue angle of 2.83º 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 #DB7671 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 113 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.14 |
| HSL | 2.83º | 0.6% | 0.65% | - |
| HSV(B) | 2.83º | 0.48% | 0.86% | - |
| XYZ | 38.67 | 29.21 | 19.22 | - |
| YUV | 147.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 113 | 0 | 0.46 | 0.48 | 0.14 | 2.83 | 0.6 | 0.65 |
| Hex | DB | 76 | 71 | 0 | 2E | 30 | E | 3 | 3C | 41 |
| Octal | 333 | 166 | 161 | 0 | 56 | 60 | 16 | 3 | 74 | 101 |
| Binary | 11011011 | 1110110 | 1110001 | 0 | 101110 | 110000 | 1110 | 11 | 111100 | 1000001 |
Color Harmonies of #DB7671
Complementary color
Monochromatic Colors of #DB7671
Black with #DB7671
Text Example
Text Example
White with #DB7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7671; }
p { color: rgb(219,118,113); }
H1.HeaderClassName
{
color: #DB7671;
}
.AnyTagClassName
{
color: #DB7671;
}
</style>
background-color css
<style>
a { background-color: #DB7671; }
a { background-color: rgb(219,118,113); }
div.DivClassName
{
background-color: #DB7671;
}
.BgClassName
{
background-color: #DB7671;
}
</style>
border-color css
<style>
span { border-color: #DB7671; }
span { border-color: rgb(219,118,113); }
td.TdClassName
{
border-color: #DB7671;
}
.TagClassName
{
border-color: #DB7671;
}
</style>