Shades of Geraldine #DC7171
Tints of Geraldine #DC7171
RGB
CMYK
RGB Variations
Color information
#DC7171 (or 0xDC7171) is known color: Geraldine. HEX triplet: DC, 71 and 71. RGB value is (220,113,113). Sum of RGB (Red+Green+Blue) = 220+113+113=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7171 is #238E8E. Grayscale: #919191. Windows color (decimal): -2330255 or 7434716. OLE color: 7434716.
HSL color Cylindrical-coordinate representation of color #DC7171: hue angle of 0º 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 #DC7171 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 113 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.14 |
| HSL | 0º | 0.6% | 0.65% | - |
| HSV(B) | 0º | 0.49% | 0.86% | - |
| XYZ | 38.4 | 28.22 | 19.05 | - |
| YUV | 144.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 113 | 0 | 0.49 | 0.49 | 0.14 | 0 | 0.6 | 0.65 |
| Hex | DC | 71 | 71 | 0 | 31 | 31 | E | 0 | 3C | 41 |
| Octal | 334 | 161 | 161 | 0 | 61 | 61 | 16 | 0 | 74 | 101 |
| Binary | 11011100 | 1110001 | 1110001 | 0 | 110001 | 110001 | 1110 | 0 | 111100 | 1000001 |
Color Harmonies of #DC7171
Complementary color
Monochromatic Colors of #DC7171
Black with #DC7171
Text Example
Text Example
White with #DC7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7171; }
p { color: rgb(220,113,113); }
H1.HeaderClassName
{
color: #DC7171;
}
.AnyTagClassName
{
color: #DC7171;
}
</style>
background-color css
<style>
a { background-color: #DC7171; }
a { background-color: rgb(220,113,113); }
div.DivClassName
{
background-color: #DC7171;
}
.BgClassName
{
background-color: #DC7171;
}
</style>
border-color css
<style>
span { border-color: #DC7171; }
span { border-color: rgb(220,113,113); }
td.TdClassName
{
border-color: #DC7171;
}
.TagClassName
{
border-color: #DC7171;
}
</style>