Shades of Geraldine #DC7871
Tints of Geraldine #DC7871
RGB
CMYK
RGB Variations
Color information
#DC7871 (or 0xDC7871) is known color: Geraldine. HEX triplet: DC, 78 and 71. RGB value is (220,120,113). Sum of RGB (Red+Green+Blue) = 220+120+113=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7871 is #23878E. Grayscale: #959595. Windows color (decimal): -2328463 or 7436508. OLE color: 7436508.
HSL color Cylindrical-coordinate representation of color #DC7871: hue angle of 3.93º 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 #DC7871 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 113 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.14 |
| HSL | 3.93º | 0.6% | 0.65% | - |
| HSV(B) | 3.93º | 0.49% | 0.86% | - |
| XYZ | 39.21 | 29.84 | 19.32 | - |
| YUV | 149.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 113 | 0 | 0.45 | 0.49 | 0.14 | 3.93 | 0.6 | 0.65 |
| Hex | DC | 78 | 71 | 0 | 2D | 31 | E | 4 | 3C | 41 |
| Octal | 334 | 170 | 161 | 0 | 55 | 61 | 16 | 4 | 74 | 101 |
| Binary | 11011100 | 1111000 | 1110001 | 0 | 101101 | 110001 | 1110 | 100 | 111100 | 1000001 |
Color Harmonies of #DC7871
Complementary color
Monochromatic Colors of #DC7871
Black with #DC7871
Text Example
Text Example
White with #DC7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7871; }
p { color: rgb(220,120,113); }
H1.HeaderClassName
{
color: #DC7871;
}
.AnyTagClassName
{
color: #DC7871;
}
</style>
background-color css
<style>
a { background-color: #DC7871; }
a { background-color: rgb(220,120,113); }
div.DivClassName
{
background-color: #DC7871;
}
.BgClassName
{
background-color: #DC7871;
}
</style>
border-color css
<style>
span { border-color: #DC7871; }
span { border-color: rgb(220,120,113); }
td.TdClassName
{
border-color: #DC7871;
}
.TagClassName
{
border-color: #DC7871;
}
</style>