Shades of Geraldine #DB7371
Tints of Geraldine #DB7371
RGB
CMYK
RGB Variations
Color information
#DB7371 (or 0xDB7371) is known color: Geraldine. HEX triplet: DB, 73 and 71. RGB value is (219,115,113). Sum of RGB (Red+Green+Blue) = 219+115+113=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7371 is #248C8E. Grayscale: #919191. Windows color (decimal): -2395279 or 7435227. OLE color: 7435227.
HSL color Cylindrical-coordinate representation of color #DB7371: hue angle of 1.13º 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 #DB7371 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 113 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.14 |
| HSL | 1.13º | 0.6% | 0.65% | - |
| HSV(B) | 1.13º | 0.48% | 0.86% | - |
| XYZ | 38.32 | 28.51 | 19.11 | - |
| YUV | 145.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 113 | 0 | 0.47 | 0.48 | 0.14 | 1.13 | 0.6 | 0.65 |
| Hex | DB | 73 | 71 | 0 | 2F | 30 | E | 1 | 3C | 41 |
| Octal | 333 | 163 | 161 | 0 | 57 | 60 | 16 | 1 | 74 | 101 |
| Binary | 11011011 | 1110011 | 1110001 | 0 | 101111 | 110000 | 1110 | 1 | 111100 | 1000001 |
Color Harmonies of #DB7371
Complementary color
Monochromatic Colors of #DB7371
Black with #DB7371
Text Example
Text Example
White with #DB7371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7371; }
p { color: rgb(219,115,113); }
H1.HeaderClassName
{
color: #DB7371;
}
.AnyTagClassName
{
color: #DB7371;
}
</style>
background-color css
<style>
a { background-color: #DB7371; }
a { background-color: rgb(219,115,113); }
div.DivClassName
{
background-color: #DB7371;
}
.BgClassName
{
background-color: #DB7371;
}
</style>
border-color css
<style>
span { border-color: #DB7371; }
span { border-color: rgb(219,115,113); }
td.TdClassName
{
border-color: #DB7371;
}
.TagClassName
{
border-color: #DB7371;
}
</style>