Shades of Geraldine #DF7671
Tints of Geraldine #DF7671
RGB
CMYK
RGB Variations
Color information
#DF7671 (or 0xDF7671) is known color: Geraldine. HEX triplet: DF, 76 and 71. RGB value is (223,118,113). Sum of RGB (Red+Green+Blue) = 223+118+113=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7671 is #20898E. Grayscale: #949494. Windows color (decimal): -2132367 or 7435999. OLE color: 7435999.
HSL color Cylindrical-coordinate representation of color #DF7671: hue angle of 2.73º 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 #DF7671 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 113 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.13 |
| HSL | 2.73º | 0.63% | 0.66% | - |
| HSV(B) | 2.73º | 0.49% | 0.87% | - |
| XYZ | 39.89 | 29.84 | 19.28 | - |
| YUV | 148.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 113 | 0 | 0.47 | 0.49 | 0.13 | 2.73 | 0.63 | 0.66 |
| Hex | DF | 76 | 71 | 0 | 2F | 31 | D | 3 | 3F | 42 |
| Octal | 337 | 166 | 161 | 0 | 57 | 61 | 15 | 3 | 77 | 102 |
| Binary | 11011111 | 1110110 | 1110001 | 0 | 101111 | 110001 | 1101 | 11 | 111111 | 1000010 |
Color Harmonies of #DF7671
Complementary color
Monochromatic Colors of #DF7671
Black with #DF7671
Text Example
Text Example
White with #DF7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7671; }
p { color: rgb(223,118,113); }
H1.HeaderClassName
{
color: #DF7671;
}
.AnyTagClassName
{
color: #DF7671;
}
</style>
background-color css
<style>
a { background-color: #DF7671; }
a { background-color: rgb(223,118,113); }
div.DivClassName
{
background-color: #DF7671;
}
.BgClassName
{
background-color: #DF7671;
}
</style>
border-color css
<style>
span { border-color: #DF7671; }
span { border-color: rgb(223,118,113); }
td.TdClassName
{
border-color: #DF7671;
}
.TagClassName
{
border-color: #DF7671;
}
</style>