Shades of Geraldine #DF7A70
Tints of Geraldine #DF7A70
RGB
CMYK
RGB Variations
Color information
#DF7A70 (or 0xDF7A70) is known color: Geraldine. HEX triplet: DF, 7A and 70. RGB value is (223,122,112). Sum of RGB (Red+Green+Blue) = 223+122+112=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A70 is #20858F. Grayscale: #979797. Windows color (decimal): -2131344 or 7371487. OLE color: 7371487.
HSL color Cylindrical-coordinate representation of color #DF7A70: hue angle of 5.41º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7A70 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 112 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.13 |
| HSL | 5.41º | 0.63% | 0.66% | - |
| HSV(B) | 5.41º | 0.5% | 0.87% | - |
| XYZ | 40.32 | 30.78 | 19.14 | - |
| YUV | 151.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 112 | 0 | 0.45 | 0.50 | 0.13 | 5.41 | 0.63 | 0.66 |
| Hex | DF | 7A | 70 | 0 | 2D | 32 | D | 5 | 3F | 42 |
| Octal | 337 | 172 | 160 | 0 | 55 | 62 | 15 | 5 | 77 | 102 |
| Binary | 11011111 | 1111010 | 1110000 | 0 | 101101 | 110010 | 1101 | 101 | 111111 | 1000010 |
Color Harmonies of #DF7A70
Complementary color
Monochromatic Colors of #DF7A70
Black with #DF7A70
Text Example
Text Example
White with #DF7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A70; }
p { color: rgb(223,122,112); }
H1.HeaderClassName
{
color: #DF7A70;
}
.AnyTagClassName
{
color: #DF7A70;
}
</style>
background-color css
<style>
a { background-color: #DF7A70; }
a { background-color: rgb(223,122,112); }
div.DivClassName
{
background-color: #DF7A70;
}
.BgClassName
{
background-color: #DF7A70;
}
</style>
border-color css
<style>
span { border-color: #DF7A70; }
span { border-color: rgb(223,122,112); }
td.TdClassName
{
border-color: #DF7A70;
}
.TagClassName
{
border-color: #DF7A70;
}
</style>