Shades of Geraldine #DB6F6E
Tints of Geraldine #DB6F6E
RGB
CMYK
RGB Variations
Color information
#DB6F6E (or 0xDB6F6E) is known color: Geraldine. HEX triplet: DB, 6F and 6E. RGB value is (219,111,110). Sum of RGB (Red+Green+Blue) = 219+111+110=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F6E is #249091. Grayscale: #8F8F8F. Windows color (decimal): -2396306 or 7237595. OLE color: 7237595.
HSL color Cylindrical-coordinate representation of color #DB6F6E: hue angle of 0.55º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6F6E is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 110 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.14 |
| HSL | 0.55º | 0.6% | 0.65% | - |
| HSV(B) | 0.55º | 0.5% | 0.86% | - |
| XYZ | 37.71 | 27.55 | 18.08 | - |
| YUV | 143.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 110 | 0 | 0.49 | 0.50 | 0.14 | 0.55 | 0.6 | 0.65 |
| Hex | DB | 6F | 6E | 0 | 31 | 32 | E | 1 | 3C | 41 |
| Octal | 333 | 157 | 156 | 0 | 61 | 62 | 16 | 1 | 74 | 101 |
| Binary | 11011011 | 1101111 | 1101110 | 0 | 110001 | 110010 | 1110 | 1 | 111100 | 1000001 |
Color Harmonies of #DB6F6E
Complementary color
Monochromatic Colors of #DB6F6E
Black with #DB6F6E
Text Example
Text Example
White with #DB6F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F6E; }
p { color: rgb(219,111,110); }
H1.HeaderClassName
{
color: #DB6F6E;
}
.AnyTagClassName
{
color: #DB6F6E;
}
</style>
background-color css
<style>
a { background-color: #DB6F6E; }
a { background-color: rgb(219,111,110); }
div.DivClassName
{
background-color: #DB6F6E;
}
.BgClassName
{
background-color: #DB6F6E;
}
</style>
border-color css
<style>
span { border-color: #DB6F6E; }
span { border-color: rgb(219,111,110); }
td.TdClassName
{
border-color: #DB6F6E;
}
.TagClassName
{
border-color: #DB6F6E;
}
</style>