Shades of Geraldine #DB6F6B
Tints of Geraldine #DB6F6B
RGB
CMYK
RGB Variations
Color information
#DB6F6B (or 0xDB6F6B) is known color: Geraldine. HEX triplet: DB, 6F and 6B. RGB value is (219,111,107). Sum of RGB (Red+Green+Blue) = 219+111+107=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F6B is #249094. Grayscale: #8E8E8E. Windows color (decimal): -2396309 or 7040987. OLE color: 7040987.
HSL color Cylindrical-coordinate representation of color #DB6F6B: hue angle of 2.14º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6F6B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 107 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.14 |
| HSL | 2.14º | 0.61% | 0.64% | - |
| HSV(B) | 2.14º | 0.51% | 0.86% | - |
| XYZ | 37.55 | 27.49 | 17.24 | - |
| YUV | 142.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 107 | 0 | 0.49 | 0.51 | 0.14 | 2.14 | 0.61 | 0.64 |
| Hex | DB | 6F | 6B | 0 | 31 | 33 | E | 2 | 3D | 40 |
| Octal | 333 | 157 | 153 | 0 | 61 | 63 | 16 | 2 | 75 | 100 |
| Binary | 11011011 | 1101111 | 1101011 | 0 | 110001 | 110011 | 1110 | 10 | 111101 | 1000000 |
Color Harmonies of #DB6F6B
Complementary color
Monochromatic Colors of #DB6F6B
Black with #DB6F6B
Text Example
Text Example
White with #DB6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F6B; }
p { color: rgb(219,111,107); }
H1.HeaderClassName
{
color: #DB6F6B;
}
.AnyTagClassName
{
color: #DB6F6B;
}
</style>
background-color css
<style>
a { background-color: #DB6F6B; }
a { background-color: rgb(219,111,107); }
div.DivClassName
{
background-color: #DB6F6B;
}
.BgClassName
{
background-color: #DB6F6B;
}
</style>
border-color css
<style>
span { border-color: #DB6F6B; }
span { border-color: rgb(219,111,107); }
td.TdClassName
{
border-color: #DB6F6B;
}
.TagClassName
{
border-color: #DB6F6B;
}
</style>