Shades of Geraldine #DF6D6B
Tints of Geraldine #DF6D6B
RGB
CMYK
RGB Variations
Color information
#DF6D6B (or 0xDF6D6B) is known color: Geraldine. HEX triplet: DF, 6D and 6B. RGB value is (223,109,107). Sum of RGB (Red+Green+Blue) = 223+109+107=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6D6B is #209294. Grayscale: #8E8E8E. Windows color (decimal): -2134677 or 7040479. OLE color: 7040479.
HSL color Cylindrical-coordinate representation of color #DF6D6B: hue angle of 1.03º 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 #DF6D6B is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 107 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.13 |
| HSL | 1.03º | 0.64% | 0.65% | - |
| HSV(B) | 1.03º | 0.52% | 0.87% | - |
| XYZ | 38.55 | 27.69 | 17.22 | - |
| YUV | 142.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 107 | 0 | 0.51 | 0.52 | 0.13 | 1.03 | 0.64 | 0.65 |
| Hex | DF | 6D | 6B | 0 | 33 | 34 | D | 1 | 40 | 41 |
| Octal | 337 | 155 | 153 | 0 | 63 | 64 | 15 | 1 | 100 | 101 |
| Binary | 11011111 | 1101101 | 1101011 | 0 | 110011 | 110100 | 1101 | 1 | 1000000 | 1000001 |
Color Harmonies of #DF6D6B
Complementary color
Monochromatic Colors of #DF6D6B
Black with #DF6D6B
Text Example
Text Example
White with #DF6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D6B; }
p { color: rgb(223,109,107); }
H1.HeaderClassName
{
color: #DF6D6B;
}
.AnyTagClassName
{
color: #DF6D6B;
}
</style>
background-color css
<style>
a { background-color: #DF6D6B; }
a { background-color: rgb(223,109,107); }
div.DivClassName
{
background-color: #DF6D6B;
}
.BgClassName
{
background-color: #DF6D6B;
}
</style>
border-color css
<style>
span { border-color: #DF6D6B; }
span { border-color: rgb(223,109,107); }
td.TdClassName
{
border-color: #DF6D6B;
}
.TagClassName
{
border-color: #DF6D6B;
}
</style>