Shades of Geraldine #DF6E6C
Tints of Geraldine #DF6E6C
RGB
CMYK
RGB Variations
Color information
#DF6E6C (or 0xDF6E6C) is known color: Geraldine. HEX triplet: DF, 6E and 6C. RGB value is (223,110,108). Sum of RGB (Red+Green+Blue) = 223+110+108=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E6C is #209193. Grayscale: #8F8F8F. Windows color (decimal): -2134420 or 7106271. OLE color: 7106271.
HSL color Cylindrical-coordinate representation of color #DF6E6C: hue angle of 1.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6E6C is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 108 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.13 |
| HSL | 1.04º | 0.64% | 0.65% | - |
| HSV(B) | 1.04º | 0.52% | 0.87% | - |
| XYZ | 38.71 | 27.92 | 17.54 | - |
| YUV | 143.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 108 | 0 | 0.51 | 0.52 | 0.13 | 1.04 | 0.64 | 0.65 |
| Hex | DF | 6E | 6C | 0 | 33 | 34 | D | 1 | 40 | 41 |
| Octal | 337 | 156 | 154 | 0 | 63 | 64 | 15 | 1 | 100 | 101 |
| Binary | 11011111 | 1101110 | 1101100 | 0 | 110011 | 110100 | 1101 | 1 | 1000000 | 1000001 |
Color Harmonies of #DF6E6C
Complementary color
Monochromatic Colors of #DF6E6C
Black with #DF6E6C
Text Example
Text Example
White with #DF6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E6C; }
p { color: rgb(223,110,108); }
H1.HeaderClassName
{
color: #DF6E6C;
}
.AnyTagClassName
{
color: #DF6E6C;
}
</style>
background-color css
<style>
a { background-color: #DF6E6C; }
a { background-color: rgb(223,110,108); }
div.DivClassName
{
background-color: #DF6E6C;
}
.BgClassName
{
background-color: #DF6E6C;
}
</style>
border-color css
<style>
span { border-color: #DF6E6C; }
span { border-color: rgb(223,110,108); }
td.TdClassName
{
border-color: #DF6E6C;
}
.TagClassName
{
border-color: #DF6E6C;
}
</style>