Shades of Geraldine #DF7370
Tints of Geraldine #DF7370
RGB
CMYK
RGB Variations
Color information
#DF7370 (or 0xDF7370) is known color: Geraldine. HEX triplet: DF, 73 and 70. RGB value is (223,115,112). Sum of RGB (Red+Green+Blue) = 223+115+112=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7370 is #208C8F. Grayscale: #939393. Windows color (decimal): -2133136 or 7369695. OLE color: 7369695.
HSL color Cylindrical-coordinate representation of color #DF7370: hue angle of 1.62º 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 #DF7370 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 112 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.13 |
| HSL | 1.62º | 0.63% | 0.66% | - |
| HSV(B) | 1.62º | 0.5% | 0.87% | - |
| XYZ | 39.49 | 29.12 | 18.87 | - |
| YUV | 146.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 112 | 0 | 0.48 | 0.50 | 0.13 | 1.62 | 0.63 | 0.66 |
| Hex | DF | 73 | 70 | 0 | 30 | 32 | D | 2 | 3F | 42 |
| Octal | 337 | 163 | 160 | 0 | 60 | 62 | 15 | 2 | 77 | 102 |
| Binary | 11011111 | 1110011 | 1110000 | 0 | 110000 | 110010 | 1101 | 10 | 111111 | 1000010 |
Color Harmonies of #DF7370
Complementary color
Monochromatic Colors of #DF7370
Black with #DF7370
Text Example
Text Example
White with #DF7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7370; }
p { color: rgb(223,115,112); }
H1.HeaderClassName
{
color: #DF7370;
}
.AnyTagClassName
{
color: #DF7370;
}
</style>
background-color css
<style>
a { background-color: #DF7370; }
a { background-color: rgb(223,115,112); }
div.DivClassName
{
background-color: #DF7370;
}
.BgClassName
{
background-color: #DF7370;
}
</style>
border-color css
<style>
span { border-color: #DF7370; }
span { border-color: rgb(223,115,112); }
td.TdClassName
{
border-color: #DF7370;
}
.TagClassName
{
border-color: #DF7370;
}
</style>