Shades of Geraldine #DC7573
Tints of Geraldine #DC7573
RGB
CMYK
RGB Variations
Color information
#DC7573 (or 0xDC7573) is known color: Geraldine. HEX triplet: DC, 75 and 73. RGB value is (220,117,115). Sum of RGB (Red+Green+Blue) = 220+117+115=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7573 is #238A8C. Grayscale: #939393. Windows color (decimal): -2329229 or 7566812. OLE color: 7566812.
HSL color Cylindrical-coordinate representation of color #DC7573: hue angle of 1.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7573 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 115 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.14 |
| HSL | 1.14º | 0.6% | 0.66% | - |
| HSV(B) | 1.14º | 0.48% | 0.86% | - |
| XYZ | 38.97 | 29.18 | 19.8 | - |
| YUV | 147.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 115 | 0 | 0.47 | 0.48 | 0.14 | 1.14 | 0.6 | 0.66 |
| Hex | DC | 75 | 73 | 0 | 2F | 30 | E | 1 | 3C | 42 |
| Octal | 334 | 165 | 163 | 0 | 57 | 60 | 16 | 1 | 74 | 102 |
| Binary | 11011100 | 1110101 | 1110011 | 0 | 101111 | 110000 | 1110 | 1 | 111100 | 1000010 |
Color Harmonies of #DC7573
Complementary color
Monochromatic Colors of #DC7573
Black with #DC7573
Text Example
Text Example
White with #DC7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7573; }
p { color: rgb(220,117,115); }
H1.HeaderClassName
{
color: #DC7573;
}
.AnyTagClassName
{
color: #DC7573;
}
</style>
background-color css
<style>
a { background-color: #DC7573; }
a { background-color: rgb(220,117,115); }
div.DivClassName
{
background-color: #DC7573;
}
.BgClassName
{
background-color: #DC7573;
}
</style>
border-color css
<style>
span { border-color: #DC7573; }
span { border-color: rgb(220,117,115); }
td.TdClassName
{
border-color: #DC7573;
}
.TagClassName
{
border-color: #DC7573;
}
</style>