Shades of Geraldine #DC7771
Tints of Geraldine #DC7771
RGB
CMYK
RGB Variations
Color information
#DC7771 (or 0xDC7771) is known color: Geraldine. HEX triplet: DC, 77 and 71. RGB value is (220,119,113). Sum of RGB (Red+Green+Blue) = 220+119+113=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7771 is #23888E. Grayscale: #949494. Windows color (decimal): -2328719 or 7436252. OLE color: 7436252.
HSL color Cylindrical-coordinate representation of color #DC7771: hue angle of 3.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7771 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 113 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.14 |
| HSL | 3.36º | 0.6% | 0.65% | - |
| HSV(B) | 3.36º | 0.49% | 0.86% | - |
| XYZ | 39.09 | 29.6 | 19.28 | - |
| YUV | 148.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 113 | 0 | 0.46 | 0.49 | 0.14 | 3.36 | 0.6 | 0.65 |
| Hex | DC | 77 | 71 | 0 | 2E | 31 | E | 3 | 3C | 41 |
| Octal | 334 | 167 | 161 | 0 | 56 | 61 | 16 | 3 | 74 | 101 |
| Binary | 11011100 | 1110111 | 1110001 | 0 | 101110 | 110001 | 1110 | 11 | 111100 | 1000001 |
Color Harmonies of #DC7771
Complementary color
Monochromatic Colors of #DC7771
Black with #DC7771
Text Example
Text Example
White with #DC7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7771; }
p { color: rgb(220,119,113); }
H1.HeaderClassName
{
color: #DC7771;
}
.AnyTagClassName
{
color: #DC7771;
}
</style>
background-color css
<style>
a { background-color: #DC7771; }
a { background-color: rgb(220,119,113); }
div.DivClassName
{
background-color: #DC7771;
}
.BgClassName
{
background-color: #DC7771;
}
</style>
border-color css
<style>
span { border-color: #DC7771; }
span { border-color: rgb(220,119,113); }
td.TdClassName
{
border-color: #DC7771;
}
.TagClassName
{
border-color: #DC7771;
}
</style>