Shades of Geraldine #DA7671
Tints of Geraldine #DA7671
RGB
CMYK
RGB Variations
Color information
#DA7671 (or 0xDA7671) is known color: Geraldine. HEX triplet: DA, 76 and 71. RGB value is (218,118,113). Sum of RGB (Red+Green+Blue) = 218+118+113=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7671 is #25898E. Grayscale: #939393. Windows color (decimal): -2460047 or 7435994. OLE color: 7435994.
HSL color Cylindrical-coordinate representation of color #DA7671: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7671 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 113 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.15 |
| HSL | 2.86º | 0.59% | 0.65% | - |
| HSV(B) | 2.86º | 0.48% | 0.85% | - |
| XYZ | 38.37 | 29.05 | 19.21 | - |
| YUV | 147.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 113 | 0 | 0.46 | 0.48 | 0.15 | 2.86 | 0.59 | 0.65 |
| Hex | DA | 76 | 71 | 0 | 2E | 30 | F | 3 | 3B | 41 |
| Octal | 332 | 166 | 161 | 0 | 56 | 60 | 17 | 3 | 73 | 101 |
| Binary | 11011010 | 1110110 | 1110001 | 0 | 101110 | 110000 | 1111 | 11 | 111011 | 1000001 |
Color Harmonies of #DA7671
Complementary color
Monochromatic Colors of #DA7671
Black with #DA7671
Text Example
Text Example
White with #DA7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7671; }
p { color: rgb(218,118,113); }
H1.HeaderClassName
{
color: #DA7671;
}
.AnyTagClassName
{
color: #DA7671;
}
</style>
background-color css
<style>
a { background-color: #DA7671; }
a { background-color: rgb(218,118,113); }
div.DivClassName
{
background-color: #DA7671;
}
.BgClassName
{
background-color: #DA7671;
}
</style>
border-color css
<style>
span { border-color: #DA7671; }
span { border-color: rgb(218,118,113); }
td.TdClassName
{
border-color: #DA7671;
}
.TagClassName
{
border-color: #DA7671;
}
</style>