Shades of Geraldine #DB7772
Tints of Geraldine #DB7772
RGB
CMYK
RGB Variations
Color information
#DB7772 (or 0xDB7772) is known color: Geraldine. HEX triplet: DB, 77 and 72. RGB value is (219,119,114). Sum of RGB (Red+Green+Blue) = 219+119+114=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7772 is #24888D. Grayscale: #949494. Windows color (decimal): -2394254 or 7501787. OLE color: 7501787.
HSL color Cylindrical-coordinate representation of color #DB7772: hue angle of 2.86º 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 #DB7772 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 114 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.14 |
| HSL | 2.86º | 0.59% | 0.65% | - |
| HSV(B) | 2.86º | 0.48% | 0.86% | - |
| XYZ | 38.85 | 29.47 | 19.56 | - |
| YUV | 148.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 114 | 0 | 0.46 | 0.48 | 0.14 | 2.86 | 0.59 | 0.65 |
| Hex | DB | 77 | 72 | 0 | 2E | 30 | E | 3 | 3B | 41 |
| Octal | 333 | 167 | 162 | 0 | 56 | 60 | 16 | 3 | 73 | 101 |
| Binary | 11011011 | 1110111 | 1110010 | 0 | 101110 | 110000 | 1110 | 11 | 111011 | 1000001 |
Color Harmonies of #DB7772
Complementary color
Monochromatic Colors of #DB7772
Black with #DB7772
Text Example
Text Example
White with #DB7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7772; }
p { color: rgb(219,119,114); }
H1.HeaderClassName
{
color: #DB7772;
}
.AnyTagClassName
{
color: #DB7772;
}
</style>
background-color css
<style>
a { background-color: #DB7772; }
a { background-color: rgb(219,119,114); }
div.DivClassName
{
background-color: #DB7772;
}
.BgClassName
{
background-color: #DB7772;
}
</style>
border-color css
<style>
span { border-color: #DB7772; }
span { border-color: rgb(219,119,114); }
td.TdClassName
{
border-color: #DB7772;
}
.TagClassName
{
border-color: #DB7772;
}
</style>