Shades of Geraldine #DF7876
Tints of Geraldine #DF7876
RGB
CMYK
RGB Variations
Color information
#DF7876 (or 0xDF7876) is known color: Geraldine. HEX triplet: DF, 78 and 76. RGB value is (223,120,118). Sum of RGB (Red+Green+Blue) = 223+120+118=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7876 is #208789. Grayscale: #969696. Windows color (decimal): -2131850 or 7764191. OLE color: 7764191.
HSL color Cylindrical-coordinate representation of color #DF7876: hue angle of 1.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7876 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 118 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.13 |
| HSL | 1.14º | 0.62% | 0.67% | - |
| HSV(B) | 1.14º | 0.47% | 0.87% | - |
| XYZ | 40.42 | 30.43 | 20.88 | - |
| YUV | 150.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 118 | 0 | 0.46 | 0.47 | 0.13 | 1.14 | 0.62 | 0.67 |
| Hex | DF | 78 | 76 | 0 | 2E | 2F | D | 1 | 3E | 43 |
| Octal | 337 | 170 | 166 | 0 | 56 | 57 | 15 | 1 | 76 | 103 |
| Binary | 11011111 | 1111000 | 1110110 | 0 | 101110 | 101111 | 1101 | 1 | 111110 | 1000011 |
Color Harmonies of #DF7876
Complementary color
Monochromatic Colors of #DF7876
Black with #DF7876
Text Example
Text Example
White with #DF7876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7876; }
p { color: rgb(223,120,118); }
H1.HeaderClassName
{
color: #DF7876;
}
.AnyTagClassName
{
color: #DF7876;
}
</style>
background-color css
<style>
a { background-color: #DF7876; }
a { background-color: rgb(223,120,118); }
div.DivClassName
{
background-color: #DF7876;
}
.BgClassName
{
background-color: #DF7876;
}
</style>
border-color css
<style>
span { border-color: #DF7876; }
span { border-color: rgb(223,120,118); }
td.TdClassName
{
border-color: #DF7876;
}
.TagClassName
{
border-color: #DF7876;
}
</style>