Shades of Geraldine #DC7373
Tints of Geraldine #DC7373
RGB
CMYK
RGB Variations
Color information
#DC7373 (or 0xDC7373) is known color: Geraldine. HEX triplet: DC, 73 and 73. RGB value is (220,115,115). Sum of RGB (Red+Green+Blue) = 220+115+115=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7373 is #238C8C. Grayscale: #929292. Windows color (decimal): -2329741 or 7566300. OLE color: 7566300.
HSL color Cylindrical-coordinate representation of color #DC7373: hue angle of 0º 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 #DC7373 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 115 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.14 |
| HSL | 0º | 0.6% | 0.66% | - |
| HSV(B) | 0º | 0.48% | 0.86% | - |
| XYZ | 38.74 | 28.71 | 19.72 | - |
| YUV | 146.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 115 | 0 | 0.48 | 0.48 | 0.14 | 0 | 0.6 | 0.66 |
| Hex | DC | 73 | 73 | 0 | 30 | 30 | E | 0 | 3C | 42 |
| Octal | 334 | 163 | 163 | 0 | 60 | 60 | 16 | 0 | 74 | 102 |
| Binary | 11011100 | 1110011 | 1110011 | 0 | 110000 | 110000 | 1110 | 0 | 111100 | 1000010 |
Color Harmonies of #DC7373
Complementary color
Monochromatic Colors of #DC7373
Black with #DC7373
Text Example
Text Example
White with #DC7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7373; }
p { color: rgb(220,115,115); }
H1.HeaderClassName
{
color: #DC7373;
}
.AnyTagClassName
{
color: #DC7373;
}
</style>
background-color css
<style>
a { background-color: #DC7373; }
a { background-color: rgb(220,115,115); }
div.DivClassName
{
background-color: #DC7373;
}
.BgClassName
{
background-color: #DC7373;
}
</style>
border-color css
<style>
span { border-color: #DC7373; }
span { border-color: rgb(220,115,115); }
td.TdClassName
{
border-color: #DC7373;
}
.TagClassName
{
border-color: #DC7373;
}
</style>