Shades of Geraldine #DB7974
Tints of Geraldine #DB7974
RGB
CMYK
RGB Variations
Color information
#DB7974 (or 0xDB7974) is known color: Geraldine. HEX triplet: DB, 79 and 74. RGB value is (219,121,116). Sum of RGB (Red+Green+Blue) = 219+121+116=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7974 is #24868B. Grayscale: #959595. Windows color (decimal): -2393740 or 7633371. OLE color: 7633371.
HSL color Cylindrical-coordinate representation of color #DB7974: hue angle of 2.91º 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 #DB7974 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 116 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.14 |
| HSL | 2.91º | 0.59% | 0.66% | - |
| HSV(B) | 2.91º | 0.47% | 0.86% | - |
| XYZ | 39.2 | 30 | 20.25 | - |
| YUV | 149.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 116 | 0 | 0.45 | 0.47 | 0.14 | 2.91 | 0.59 | 0.66 |
| Hex | DB | 79 | 74 | 0 | 2D | 2F | E | 3 | 3B | 42 |
| Octal | 333 | 171 | 164 | 0 | 55 | 57 | 16 | 3 | 73 | 102 |
| Binary | 11011011 | 1111001 | 1110100 | 0 | 101101 | 101111 | 1110 | 11 | 111011 | 1000010 |
Color Harmonies of #DB7974
Complementary color
Monochromatic Colors of #DB7974
Black with #DB7974
Text Example
Text Example
White with #DB7974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7974; }
p { color: rgb(219,121,116); }
H1.HeaderClassName
{
color: #DB7974;
}
.AnyTagClassName
{
color: #DB7974;
}
</style>
background-color css
<style>
a { background-color: #DB7974; }
a { background-color: rgb(219,121,116); }
div.DivClassName
{
background-color: #DB7974;
}
.BgClassName
{
background-color: #DB7974;
}
</style>
border-color css
<style>
span { border-color: #DB7974; }
span { border-color: rgb(219,121,116); }
td.TdClassName
{
border-color: #DB7974;
}
.TagClassName
{
border-color: #DB7974;
}
</style>