Shades of Geraldine #DC7773
Tints of Geraldine #DC7773
RGB
CMYK
RGB Variations
Color information
#DC7773 (or 0xDC7773) is known color: Geraldine. HEX triplet: DC, 77 and 73. RGB value is (220,119,115). Sum of RGB (Red+Green+Blue) = 220+119+115=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7773 is #23888C. Grayscale: #949494. Windows color (decimal): -2328717 or 7567324. OLE color: 7567324.
HSL color Cylindrical-coordinate representation of color #DC7773: hue angle of 2.29º 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 #DC7773 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 115 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.14 |
| HSL | 2.29º | 0.6% | 0.66% | - |
| HSV(B) | 2.29º | 0.48% | 0.86% | - |
| XYZ | 39.21 | 29.65 | 19.88 | - |
| YUV | 148.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 115 | 0 | 0.46 | 0.48 | 0.14 | 2.29 | 0.6 | 0.66 |
| Hex | DC | 77 | 73 | 0 | 2E | 30 | E | 2 | 3C | 42 |
| Octal | 334 | 167 | 163 | 0 | 56 | 60 | 16 | 2 | 74 | 102 |
| Binary | 11011100 | 1110111 | 1110011 | 0 | 101110 | 110000 | 1110 | 10 | 111100 | 1000010 |
Color Harmonies of #DC7773
Complementary color
Monochromatic Colors of #DC7773
Black with #DC7773
Text Example
Text Example
White with #DC7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7773; }
p { color: rgb(220,119,115); }
H1.HeaderClassName
{
color: #DC7773;
}
.AnyTagClassName
{
color: #DC7773;
}
</style>
background-color css
<style>
a { background-color: #DC7773; }
a { background-color: rgb(220,119,115); }
div.DivClassName
{
background-color: #DC7773;
}
.BgClassName
{
background-color: #DC7773;
}
</style>
border-color css
<style>
span { border-color: #DC7773; }
span { border-color: rgb(220,119,115); }
td.TdClassName
{
border-color: #DC7773;
}
.TagClassName
{
border-color: #DC7773;
}
</style>