Shades of Geraldine #DF7871
Tints of Geraldine #DF7871
RGB
CMYK
RGB Variations
Color information
#DF7871 (or 0xDF7871) is known color: Geraldine. HEX triplet: DF, 78 and 71. RGB value is (223,120,113). Sum of RGB (Red+Green+Blue) = 223+120+113=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7871 is #20878E. Grayscale: #969696. Windows color (decimal): -2131855 or 7436511. OLE color: 7436511.
HSL color Cylindrical-coordinate representation of color #DF7871: hue angle of 3.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7871 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 113 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.13 |
| HSL | 3.82º | 0.63% | 0.66% | - |
| HSV(B) | 3.82º | 0.49% | 0.87% | - |
| XYZ | 40.13 | 30.31 | 19.36 | - |
| YUV | 150 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 113 | 0 | 0.46 | 0.49 | 0.13 | 3.82 | 0.63 | 0.66 |
| Hex | DF | 78 | 71 | 0 | 2E | 31 | D | 4 | 3F | 42 |
| Octal | 337 | 170 | 161 | 0 | 56 | 61 | 15 | 4 | 77 | 102 |
| Binary | 11011111 | 1111000 | 1110001 | 0 | 101110 | 110001 | 1101 | 100 | 111111 | 1000010 |
Color Harmonies of #DF7871
Complementary color
Monochromatic Colors of #DF7871
Black with #DF7871
Text Example
Text Example
White with #DF7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7871; }
p { color: rgb(223,120,113); }
H1.HeaderClassName
{
color: #DF7871;
}
.AnyTagClassName
{
color: #DF7871;
}
</style>
background-color css
<style>
a { background-color: #DF7871; }
a { background-color: rgb(223,120,113); }
div.DivClassName
{
background-color: #DF7871;
}
.BgClassName
{
background-color: #DF7871;
}
</style>
border-color css
<style>
span { border-color: #DF7871; }
span { border-color: rgb(223,120,113); }
td.TdClassName
{
border-color: #DF7871;
}
.TagClassName
{
border-color: #DF7871;
}
</style>