Shades of Geraldine #DF7975
Tints of Geraldine #DF7975
RGB
CMYK
RGB Variations
Color information
#DF7975 (or 0xDF7975) is known color: Geraldine. HEX triplet: DF, 79 and 75. RGB value is (223,121,117). Sum of RGB (Red+Green+Blue) = 223+121+117=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7975 is #20868A. Grayscale: #979797. Windows color (decimal): -2131595 or 7698911. OLE color: 7698911.
HSL color Cylindrical-coordinate representation of color #DF7975: hue angle of 2.26º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7975 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 117 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.13 |
| HSL | 2.26º | 0.62% | 0.67% | - |
| HSV(B) | 2.26º | 0.48% | 0.87% | - |
| XYZ | 40.48 | 30.65 | 20.61 | - |
| YUV | 151.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 117 | 0 | 0.46 | 0.48 | 0.13 | 2.26 | 0.62 | 0.67 |
| Hex | DF | 79 | 75 | 0 | 2E | 30 | D | 2 | 3E | 43 |
| Octal | 337 | 171 | 165 | 0 | 56 | 60 | 15 | 2 | 76 | 103 |
| Binary | 11011111 | 1111001 | 1110101 | 0 | 101110 | 110000 | 1101 | 10 | 111110 | 1000011 |
Color Harmonies of #DF7975
Complementary color
Monochromatic Colors of #DF7975
Black with #DF7975
Text Example
Text Example
White with #DF7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7975; }
p { color: rgb(223,121,117); }
H1.HeaderClassName
{
color: #DF7975;
}
.AnyTagClassName
{
color: #DF7975;
}
</style>
background-color css
<style>
a { background-color: #DF7975; }
a { background-color: rgb(223,121,117); }
div.DivClassName
{
background-color: #DF7975;
}
.BgClassName
{
background-color: #DF7975;
}
</style>
border-color css
<style>
span { border-color: #DF7975; }
span { border-color: rgb(223,121,117); }
td.TdClassName
{
border-color: #DF7975;
}
.TagClassName
{
border-color: #DF7975;
}
</style>