Shades of Geraldine #DB7973
Tints of Geraldine #DB7973
RGB
CMYK
RGB Variations
Color information
#DB7973 (or 0xDB7973) is known color: Geraldine. HEX triplet: DB, 79 and 73. RGB value is (219,121,115). Sum of RGB (Red+Green+Blue) = 219+121+115=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7973 is #24868C. Grayscale: #959595. Windows color (decimal): -2393741 or 7567835. OLE color: 7567835.
HSL color Cylindrical-coordinate representation of color #DB7973: hue angle of 3.46º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7973 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 115 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.14 |
| HSL | 3.46º | 0.59% | 0.65% | - |
| HSV(B) | 3.46º | 0.47% | 0.86% | - |
| XYZ | 39.15 | 29.97 | 19.94 | - |
| YUV | 149.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 115 | 0 | 0.45 | 0.47 | 0.14 | 3.46 | 0.59 | 0.65 |
| Hex | DB | 79 | 73 | 0 | 2D | 2F | E | 3 | 3B | 41 |
| Octal | 333 | 171 | 163 | 0 | 55 | 57 | 16 | 3 | 73 | 101 |
| Binary | 11011011 | 1111001 | 1110011 | 0 | 101101 | 101111 | 1110 | 11 | 111011 | 1000001 |
Color Harmonies of #DB7973
Complementary color
Monochromatic Colors of #DB7973
Black with #DB7973
Text Example
Text Example
White with #DB7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7973; }
p { color: rgb(219,121,115); }
H1.HeaderClassName
{
color: #DB7973;
}
.AnyTagClassName
{
color: #DB7973;
}
</style>
background-color css
<style>
a { background-color: #DB7973; }
a { background-color: rgb(219,121,115); }
div.DivClassName
{
background-color: #DB7973;
}
.BgClassName
{
background-color: #DB7973;
}
</style>
border-color css
<style>
span { border-color: #DB7973; }
span { border-color: rgb(219,121,115); }
td.TdClassName
{
border-color: #DB7973;
}
.TagClassName
{
border-color: #DB7973;
}
</style>