Shades of Geraldine #DB6F6C
Tints of Geraldine #DB6F6C
RGB
CMYK
RGB Variations
Color information
#DB6F6C (or 0xDB6F6C) is known color: Geraldine. HEX triplet: DB, 6F and 6C. RGB value is (219,111,108). Sum of RGB (Red+Green+Blue) = 219+111+108=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F6C is #249093. Grayscale: #8F8F8F. Windows color (decimal): -2396308 or 7106523. OLE color: 7106523.
HSL color Cylindrical-coordinate representation of color #DB6F6C: hue angle of 1.62º 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 #DB6F6C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 108 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.14 |
| HSL | 1.62º | 0.61% | 0.64% | - |
| HSV(B) | 1.62º | 0.51% | 0.86% | - |
| XYZ | 37.6 | 27.51 | 17.52 | - |
| YUV | 142.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 108 | 0 | 0.49 | 0.51 | 0.14 | 1.62 | 0.61 | 0.64 |
| Hex | DB | 6F | 6C | 0 | 31 | 33 | E | 2 | 3D | 40 |
| Octal | 333 | 157 | 154 | 0 | 61 | 63 | 16 | 2 | 75 | 100 |
| Binary | 11011011 | 1101111 | 1101100 | 0 | 110001 | 110011 | 1110 | 10 | 111101 | 1000000 |
Color Harmonies of #DB6F6C
Complementary color
Monochromatic Colors of #DB6F6C
Black with #DB6F6C
Text Example
Text Example
White with #DB6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F6C; }
p { color: rgb(219,111,108); }
H1.HeaderClassName
{
color: #DB6F6C;
}
.AnyTagClassName
{
color: #DB6F6C;
}
</style>
background-color css
<style>
a { background-color: #DB6F6C; }
a { background-color: rgb(219,111,108); }
div.DivClassName
{
background-color: #DB6F6C;
}
.BgClassName
{
background-color: #DB6F6C;
}
</style>
border-color css
<style>
span { border-color: #DB6F6C; }
span { border-color: rgb(219,111,108); }
td.TdClassName
{
border-color: #DB6F6C;
}
.TagClassName
{
border-color: #DB6F6C;
}
</style>