Shades of Geraldine #DF7270
Tints of Geraldine #DF7270
RGB
CMYK
RGB Variations
Color information
#DF7270 (or 0xDF7270) is known color: Geraldine. HEX triplet: DF, 72 and 70. RGB value is (223,114,112). Sum of RGB (Red+Green+Blue) = 223+114+112=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7270 is #208D8F. Grayscale: #929292. Windows color (decimal): -2133392 or 7369439. OLE color: 7369439.
HSL color Cylindrical-coordinate representation of color #DF7270: hue angle of 1.08º 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 #DF7270 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 112 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.13 |
| HSL | 1.08º | 0.63% | 0.66% | - |
| HSV(B) | 1.08º | 0.5% | 0.87% | - |
| XYZ | 39.37 | 28.89 | 18.83 | - |
| YUV | 146.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 112 | 0 | 0.49 | 0.50 | 0.13 | 1.08 | 0.63 | 0.66 |
| Hex | DF | 72 | 70 | 0 | 31 | 32 | D | 1 | 3F | 42 |
| Octal | 337 | 162 | 160 | 0 | 61 | 62 | 15 | 1 | 77 | 102 |
| Binary | 11011111 | 1110010 | 1110000 | 0 | 110001 | 110010 | 1101 | 1 | 111111 | 1000010 |
Color Harmonies of #DF7270
Complementary color
Monochromatic Colors of #DF7270
Black with #DF7270
Text Example
Text Example
White with #DF7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7270; }
p { color: rgb(223,114,112); }
H1.HeaderClassName
{
color: #DF7270;
}
.AnyTagClassName
{
color: #DF7270;
}
</style>
background-color css
<style>
a { background-color: #DF7270; }
a { background-color: rgb(223,114,112); }
div.DivClassName
{
background-color: #DF7270;
}
.BgClassName
{
background-color: #DF7270;
}
</style>
border-color css
<style>
span { border-color: #DF7270; }
span { border-color: rgb(223,114,112); }
td.TdClassName
{
border-color: #DF7270;
}
.TagClassName
{
border-color: #DF7270;
}
</style>