Shades of Geraldine #DF7771
Tints of Geraldine #DF7771
RGB
CMYK
RGB Variations
Color information
#DF7771 (or 0xDF7771) is known color: Geraldine. HEX triplet: DF, 77 and 71. RGB value is (223,119,113). Sum of RGB (Red+Green+Blue) = 223+119+113=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7771 is #20888E. Grayscale: #959595. Windows color (decimal): -2132111 or 7436255. OLE color: 7436255.
HSL color Cylindrical-coordinate representation of color #DF7771: hue angle of 3.27º 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 #DF7771 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 113 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.13 |
| HSL | 3.27º | 0.63% | 0.66% | - |
| HSV(B) | 3.27º | 0.49% | 0.87% | - |
| XYZ | 40.01 | 30.07 | 19.32 | - |
| YUV | 149.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 113 | 0 | 0.47 | 0.49 | 0.13 | 3.27 | 0.63 | 0.66 |
| Hex | DF | 77 | 71 | 0 | 2F | 31 | D | 3 | 3F | 42 |
| Octal | 337 | 167 | 161 | 0 | 57 | 61 | 15 | 3 | 77 | 102 |
| Binary | 11011111 | 1110111 | 1110001 | 0 | 101111 | 110001 | 1101 | 11 | 111111 | 1000010 |
Color Harmonies of #DF7771
Complementary color
Monochromatic Colors of #DF7771
Black with #DF7771
Text Example
Text Example
White with #DF7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7771; }
p { color: rgb(223,119,113); }
H1.HeaderClassName
{
color: #DF7771;
}
.AnyTagClassName
{
color: #DF7771;
}
</style>
background-color css
<style>
a { background-color: #DF7771; }
a { background-color: rgb(223,119,113); }
div.DivClassName
{
background-color: #DF7771;
}
.BgClassName
{
background-color: #DF7771;
}
</style>
border-color css
<style>
span { border-color: #DF7771; }
span { border-color: rgb(223,119,113); }
td.TdClassName
{
border-color: #DF7771;
}
.TagClassName
{
border-color: #DF7771;
}
</style>