Shades of Geraldine #DF7979
Tints of Geraldine #DF7979
RGB
CMYK
RGB Variations
Color information
#DF7979 (or 0xDF7979) is known color: Geraldine. HEX triplet: DF, 79 and 79. RGB value is (223,121,121). Sum of RGB (Red+Green+Blue) = 223+121+121=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7979 is #208686. Grayscale: #979797. Windows color (decimal): -2131591 or 7961055. OLE color: 7961055.
HSL color Cylindrical-coordinate representation of color #DF7979: hue angle of 0º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7979 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 121 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.13 |
| HSL | 0º | 0.61% | 0.67% | - |
| HSV(B) | 0º | 0.46% | 0.87% | - |
| XYZ | 40.72 | 30.74 | 21.88 | - |
| YUV | 151.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 121 | 0 | 0.46 | 0.46 | 0.13 | 0 | 0.61 | 0.67 |
| Hex | DF | 79 | 79 | 0 | 2E | 2E | D | 0 | 3D | 43 |
| Octal | 337 | 171 | 171 | 0 | 56 | 56 | 15 | 0 | 75 | 103 |
| Binary | 11011111 | 1111001 | 1111001 | 0 | 101110 | 101110 | 1101 | 0 | 111101 | 1000011 |
Color Harmonies of #DF7979
Complementary color
Monochromatic Colors of #DF7979
Black with #DF7979
Text Example
Text Example
White with #DF7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7979; }
p { color: rgb(223,121,121); }
H1.HeaderClassName
{
color: #DF7979;
}
.AnyTagClassName
{
color: #DF7979;
}
</style>
background-color css
<style>
a { background-color: #DF7979; }
a { background-color: rgb(223,121,121); }
div.DivClassName
{
background-color: #DF7979;
}
.BgClassName
{
background-color: #DF7979;
}
</style>
border-color css
<style>
span { border-color: #DF7979; }
span { border-color: rgb(223,121,121); }
td.TdClassName
{
border-color: #DF7979;
}
.TagClassName
{
border-color: #DF7979;
}
</style>