Shades of Geraldine #DB7472
Tints of Geraldine #DB7472
RGB
CMYK
RGB Variations
Color information
#DB7472 (or 0xDB7472) is known color: Geraldine. HEX triplet: DB, 74 and 72. RGB value is (219,116,114). Sum of RGB (Red+Green+Blue) = 219+116+114=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7472 is #248B8D. Grayscale: #929292. Windows color (decimal): -2395022 or 7501019. OLE color: 7501019.
HSL color Cylindrical-coordinate representation of color #DB7472: hue angle of 1.14º degrees, saturation: 0.59, 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 #DB7472 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 114 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.14 |
| HSL | 1.14º | 0.59% | 0.65% | - |
| HSV(B) | 1.14º | 0.48% | 0.86% | - |
| XYZ | 38.5 | 28.77 | 19.44 | - |
| YUV | 146.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 114 | 0 | 0.47 | 0.48 | 0.14 | 1.14 | 0.59 | 0.65 |
| Hex | DB | 74 | 72 | 0 | 2F | 30 | E | 1 | 3B | 41 |
| Octal | 333 | 164 | 162 | 0 | 57 | 60 | 16 | 1 | 73 | 101 |
| Binary | 11011011 | 1110100 | 1110010 | 0 | 101111 | 110000 | 1110 | 1 | 111011 | 1000001 |
Color Harmonies of #DB7472
Complementary color
Monochromatic Colors of #DB7472
Black with #DB7472
Text Example
Text Example
White with #DB7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7472; }
p { color: rgb(219,116,114); }
H1.HeaderClassName
{
color: #DB7472;
}
.AnyTagClassName
{
color: #DB7472;
}
</style>
background-color css
<style>
a { background-color: #DB7472; }
a { background-color: rgb(219,116,114); }
div.DivClassName
{
background-color: #DB7472;
}
.BgClassName
{
background-color: #DB7472;
}
</style>
border-color css
<style>
span { border-color: #DB7472; }
span { border-color: rgb(219,116,114); }
td.TdClassName
{
border-color: #DB7472;
}
.TagClassName
{
border-color: #DB7472;
}
</style>