Shades of Geraldine #DF7974
Tints of Geraldine #DF7974
RGB
CMYK
RGB Variations
Color information
#DF7974 (or 0xDF7974) is known color: Geraldine. HEX triplet: DF, 79 and 74. RGB value is (223,121,116). Sum of RGB (Red+Green+Blue) = 223+121+116=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7974 is #20868B. Grayscale: #979797. Windows color (decimal): -2131596 or 7633375. OLE color: 7633375.
HSL color Cylindrical-coordinate representation of color #DF7974: hue angle of 2.8º 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 #DF7974 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 116 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.13 |
| HSL | 2.8º | 0.63% | 0.66% | - |
| HSV(B) | 2.8º | 0.48% | 0.87% | - |
| XYZ | 40.42 | 30.62 | 20.3 | - |
| YUV | 150.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 116 | 0 | 0.46 | 0.48 | 0.13 | 2.8 | 0.63 | 0.66 |
| Hex | DF | 79 | 74 | 0 | 2E | 30 | D | 3 | 3F | 42 |
| Octal | 337 | 171 | 164 | 0 | 56 | 60 | 15 | 3 | 77 | 102 |
| Binary | 11011111 | 1111001 | 1110100 | 0 | 101110 | 110000 | 1101 | 11 | 111111 | 1000010 |
Color Harmonies of #DF7974
Complementary color
Monochromatic Colors of #DF7974
Black with #DF7974
Text Example
Text Example
White with #DF7974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7974; }
p { color: rgb(223,121,116); }
H1.HeaderClassName
{
color: #DF7974;
}
.AnyTagClassName
{
color: #DF7974;
}
</style>
background-color css
<style>
a { background-color: #DF7974; }
a { background-color: rgb(223,121,116); }
div.DivClassName
{
background-color: #DF7974;
}
.BgClassName
{
background-color: #DF7974;
}
</style>
border-color css
<style>
span { border-color: #DF7974; }
span { border-color: rgb(223,121,116); }
td.TdClassName
{
border-color: #DF7974;
}
.TagClassName
{
border-color: #DF7974;
}
</style>