Shades of Geraldine #DB7474
Tints of Geraldine #DB7474
RGB
CMYK
RGB Variations
Color information
#DB7474 (or 0xDB7474) is known color: Geraldine. HEX triplet: DB, 74 and 74. RGB value is (219,116,116). Sum of RGB (Red+Green+Blue) = 219+116+116=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7474 is #248B8B. Grayscale: #929292. Windows color (decimal): -2395020 or 7632091. OLE color: 7632091.
HSL color Cylindrical-coordinate representation of color #DB7474: hue angle of 0º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7474 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 116 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.14 |
| HSL | 0º | 0.59% | 0.66% | - |
| HSV(B) | 0º | 0.47% | 0.86% | - |
| XYZ | 38.61 | 28.81 | 20.05 | - |
| YUV | 146.8 | 110.62 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 116 | 0 | 0.47 | 0.47 | 0.14 | 0 | 0.59 | 0.66 |
| Hex | DB | 74 | 74 | 0 | 2F | 2F | E | 0 | 3B | 42 |
| Octal | 333 | 164 | 164 | 0 | 57 | 57 | 16 | 0 | 73 | 102 |
| Binary | 11011011 | 1110100 | 1110100 | 0 | 101111 | 101111 | 1110 | 0 | 111011 | 1000010 |
Color Harmonies of #DB7474
Complementary color
Monochromatic Colors of #DB7474
Black with #DB7474
Text Example
Text Example
White with #DB7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7474; }
p { color: rgb(219,116,116); }
H1.HeaderClassName
{
color: #DB7474;
}
.AnyTagClassName
{
color: #DB7474;
}
</style>
background-color css
<style>
a { background-color: #DB7474; }
a { background-color: rgb(219,116,116); }
div.DivClassName
{
background-color: #DB7474;
}
.BgClassName
{
background-color: #DB7474;
}
</style>
border-color css
<style>
span { border-color: #DB7474; }
span { border-color: rgb(219,116,116); }
td.TdClassName
{
border-color: #DB7474;
}
.TagClassName
{
border-color: #DB7474;
}
</style>