Shades of Geraldine #DF7C78
Tints of Geraldine #DF7C78
RGB
CMYK
RGB Variations
Color information
#DF7C78 (or 0xDF7C78) is known color: Geraldine. HEX triplet: DF, 7C and 78. RGB value is (223,124,120). Sum of RGB (Red+Green+Blue) = 223+124+120=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C78 is #208387. Grayscale: #999999. Windows color (decimal): -2130824 or 7896287. OLE color: 7896287.
HSL color Cylindrical-coordinate representation of color #DF7C78: hue angle of 2.33º 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 #DF7C78 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 120 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.13 |
| HSL | 2.33º | 0.62% | 0.67% | - |
| HSV(B) | 2.33º | 0.46% | 0.87% | - |
| XYZ | 41.03 | 31.46 | 21.68 | - |
| YUV | 153.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 120 | 0 | 0.44 | 0.46 | 0.13 | 2.33 | 0.62 | 0.67 |
| Hex | DF | 7C | 78 | 0 | 2C | 2E | D | 2 | 3E | 43 |
| Octal | 337 | 174 | 170 | 0 | 54 | 56 | 15 | 2 | 76 | 103 |
| Binary | 11011111 | 1111100 | 1111000 | 0 | 101100 | 101110 | 1101 | 10 | 111110 | 1000011 |
Color Harmonies of #DF7C78
Complementary color
Monochromatic Colors of #DF7C78
Black with #DF7C78
Text Example
Text Example
White with #DF7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C78; }
p { color: rgb(223,124,120); }
H1.HeaderClassName
{
color: #DF7C78;
}
.AnyTagClassName
{
color: #DF7C78;
}
</style>
background-color css
<style>
a { background-color: #DF7C78; }
a { background-color: rgb(223,124,120); }
div.DivClassName
{
background-color: #DF7C78;
}
.BgClassName
{
background-color: #DF7C78;
}
</style>
border-color css
<style>
span { border-color: #DF7C78; }
span { border-color: rgb(223,124,120); }
td.TdClassName
{
border-color: #DF7C78;
}
.TagClassName
{
border-color: #DF7C78;
}
</style>