Shades of Geraldine #DF7978
Tints of Geraldine #DF7978
RGB
CMYK
RGB Variations
Color information
#DF7978 (or 0xDF7978) is known color: Geraldine. HEX triplet: DF, 79 and 78. RGB value is (223,121,120). Sum of RGB (Red+Green+Blue) = 223+121+120=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7978 is #208687. Grayscale: #979797. Windows color (decimal): -2131592 or 7895519. OLE color: 7895519.
HSL color Cylindrical-coordinate representation of color #DF7978: hue angle of 0.58º degrees, saturation: 0.62, 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 #DF7978 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 120 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.13 |
| HSL | 0.58º | 0.62% | 0.67% | - |
| HSV(B) | 0.58º | 0.46% | 0.87% | - |
| XYZ | 40.66 | 30.72 | 21.56 | - |
| YUV | 151.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 120 | 0 | 0.46 | 0.46 | 0.13 | 0.58 | 0.62 | 0.67 |
| Hex | DF | 79 | 78 | 0 | 2E | 2E | D | 1 | 3E | 43 |
| Octal | 337 | 171 | 170 | 0 | 56 | 56 | 15 | 1 | 76 | 103 |
| Binary | 11011111 | 1111001 | 1111000 | 0 | 101110 | 101110 | 1101 | 1 | 111110 | 1000011 |
Color Harmonies of #DF7978
Complementary color
Monochromatic Colors of #DF7978
Black with #DF7978
Text Example
Text Example
White with #DF7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7978; }
p { color: rgb(223,121,120); }
H1.HeaderClassName
{
color: #DF7978;
}
.AnyTagClassName
{
color: #DF7978;
}
</style>
background-color css
<style>
a { background-color: #DF7978; }
a { background-color: rgb(223,121,120); }
div.DivClassName
{
background-color: #DF7978;
}
.BgClassName
{
background-color: #DF7978;
}
</style>
border-color css
<style>
span { border-color: #DF7978; }
span { border-color: rgb(223,121,120); }
td.TdClassName
{
border-color: #DF7978;
}
.TagClassName
{
border-color: #DF7978;
}
</style>