Shades of Geraldine #DF7070
Tints of Geraldine #DF7070
RGB
CMYK
RGB Variations
Color information
#DF7070 (or 0xDF7070) is known color: Geraldine. HEX triplet: DF, 70 and 70. RGB value is (223,112,112). Sum of RGB (Red+Green+Blue) = 223+112+112=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7070 is #208F8F. Grayscale: #919191. Windows color (decimal): -2133904 or 7368927. OLE color: 7368927.
HSL color Cylindrical-coordinate representation of color #DF7070: hue angle of 0º 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 #DF7070 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 112 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.13 |
| HSL | 0º | 0.63% | 0.66% | - |
| HSV(B) | 0º | 0.5% | 0.87% | - |
| XYZ | 39.15 | 28.45 | 18.76 | - |
| YUV | 145.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 112 | 0 | 0.50 | 0.50 | 0.13 | 0 | 0.63 | 0.66 |
| Hex | DF | 70 | 70 | 0 | 32 | 32 | D | 0 | 3F | 42 |
| Octal | 337 | 160 | 160 | 0 | 62 | 62 | 15 | 0 | 77 | 102 |
| Binary | 11011111 | 1110000 | 1110000 | 0 | 110010 | 110010 | 1101 | 0 | 111111 | 1000010 |
Color Harmonies of #DF7070
Complementary color
Monochromatic Colors of #DF7070
Black with #DF7070
Text Example
Text Example
White with #DF7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7070; }
p { color: rgb(223,112,112); }
H1.HeaderClassName
{
color: #DF7070;
}
.AnyTagClassName
{
color: #DF7070;
}
</style>
background-color css
<style>
a { background-color: #DF7070; }
a { background-color: rgb(223,112,112); }
div.DivClassName
{
background-color: #DF7070;
}
.BgClassName
{
background-color: #DF7070;
}
</style>
border-color css
<style>
span { border-color: #DF7070; }
span { border-color: rgb(223,112,112); }
td.TdClassName
{
border-color: #DF7070;
}
.TagClassName
{
border-color: #DF7070;
}
</style>