Shades of Geraldine #DF7C74
Tints of Geraldine #DF7C74
RGB
CMYK
RGB Variations
Color information
#DF7C74 (or 0xDF7C74) is known color: Geraldine. HEX triplet: DF, 7C and 74. RGB value is (223,124,116). Sum of RGB (Red+Green+Blue) = 223+124+116=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C74 is #20838B. Grayscale: #989898. Windows color (decimal): -2130828 or 7634143. OLE color: 7634143.
HSL color Cylindrical-coordinate representation of color #DF7C74: hue angle of 4.49º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7C74 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 116 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.13 |
| HSL | 4.49º | 0.63% | 0.66% | - |
| HSV(B) | 4.49º | 0.48% | 0.87% | - |
| XYZ | 40.79 | 31.36 | 20.43 | - |
| YUV | 152.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 116 | 0 | 0.44 | 0.48 | 0.13 | 4.49 | 0.63 | 0.66 |
| Hex | DF | 7C | 74 | 0 | 2C | 30 | D | 4 | 3F | 42 |
| Octal | 337 | 174 | 164 | 0 | 54 | 60 | 15 | 4 | 77 | 102 |
| Binary | 11011111 | 1111100 | 1110100 | 0 | 101100 | 110000 | 1101 | 100 | 111111 | 1000010 |
Color Harmonies of #DF7C74
Complementary color
Monochromatic Colors of #DF7C74
Black with #DF7C74
Text Example
Text Example
White with #DF7C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C74; }
p { color: rgb(223,124,116); }
H1.HeaderClassName
{
color: #DF7C74;
}
.AnyTagClassName
{
color: #DF7C74;
}
</style>
background-color css
<style>
a { background-color: #DF7C74; }
a { background-color: rgb(223,124,116); }
div.DivClassName
{
background-color: #DF7C74;
}
.BgClassName
{
background-color: #DF7C74;
}
</style>
border-color css
<style>
span { border-color: #DF7C74; }
span { border-color: rgb(223,124,116); }
td.TdClassName
{
border-color: #DF7C74;
}
.TagClassName
{
border-color: #DF7C74;
}
</style>