Shades of Geraldine #DB7372
Tints of Geraldine #DB7372
RGB
CMYK
RGB Variations
Color information
#DB7372 (or 0xDB7372) is known color: Geraldine. HEX triplet: DB, 73 and 72. RGB value is (219,115,114). Sum of RGB (Red+Green+Blue) = 219+115+114=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7372 is #248C8D. Grayscale: #929292. Windows color (decimal): -2395278 or 7500763. OLE color: 7500763.
HSL color Cylindrical-coordinate representation of color #DB7372: hue angle of 0.57º 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 #DB7372 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 114 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.14 |
| HSL | 0.57º | 0.59% | 0.65% | - |
| HSV(B) | 0.57º | 0.48% | 0.86% | - |
| XYZ | 38.38 | 28.54 | 19.4 | - |
| YUV | 145.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 114 | 0 | 0.47 | 0.48 | 0.14 | 0.57 | 0.59 | 0.65 |
| Hex | DB | 73 | 72 | 0 | 2F | 30 | E | 1 | 3B | 41 |
| Octal | 333 | 163 | 162 | 0 | 57 | 60 | 16 | 1 | 73 | 101 |
| Binary | 11011011 | 1110011 | 1110010 | 0 | 101111 | 110000 | 1110 | 1 | 111011 | 1000001 |
Color Harmonies of #DB7372
Complementary color
Monochromatic Colors of #DB7372
Black with #DB7372
Text Example
Text Example
White with #DB7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7372; }
p { color: rgb(219,115,114); }
H1.HeaderClassName
{
color: #DB7372;
}
.AnyTagClassName
{
color: #DB7372;
}
</style>
background-color css
<style>
a { background-color: #DB7372; }
a { background-color: rgb(219,115,114); }
div.DivClassName
{
background-color: #DB7372;
}
.BgClassName
{
background-color: #DB7372;
}
</style>
border-color css
<style>
span { border-color: #DB7372; }
span { border-color: rgb(219,115,114); }
td.TdClassName
{
border-color: #DB7372;
}
.TagClassName
{
border-color: #DB7372;
}
</style>