Shades of Geraldine #DC7A75
Tints of Geraldine #DC7A75
RGB
CMYK
RGB Variations
Color information
#DC7A75 (or 0xDC7A75) is known color: Geraldine. HEX triplet: DC, 7A and 75. RGB value is (220,122,117). Sum of RGB (Red+Green+Blue) = 220+122+117=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A75 is #23858A. Grayscale: #969696. Windows color (decimal): -2327947 or 7699164. OLE color: 7699164.
HSL color Cylindrical-coordinate representation of color #DC7A75: hue angle of 2.91º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7A75 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 117 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.14 |
| HSL | 2.91º | 0.6% | 0.66% | - |
| HSV(B) | 2.91º | 0.47% | 0.86% | - |
| XYZ | 39.69 | 30.42 | 20.61 | - |
| YUV | 150.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 117 | 0 | 0.45 | 0.47 | 0.14 | 2.91 | 0.6 | 0.66 |
| Hex | DC | 7A | 75 | 0 | 2D | 2F | E | 3 | 3C | 42 |
| Octal | 334 | 172 | 165 | 0 | 55 | 57 | 16 | 3 | 74 | 102 |
| Binary | 11011100 | 1111010 | 1110101 | 0 | 101101 | 101111 | 1110 | 11 | 111100 | 1000010 |
Color Harmonies of #DC7A75
Complementary color
Monochromatic Colors of #DC7A75
Black with #DC7A75
Text Example
Text Example
White with #DC7A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A75; }
p { color: rgb(220,122,117); }
H1.HeaderClassName
{
color: #DC7A75;
}
.AnyTagClassName
{
color: #DC7A75;
}
</style>
background-color css
<style>
a { background-color: #DC7A75; }
a { background-color: rgb(220,122,117); }
div.DivClassName
{
background-color: #DC7A75;
}
.BgClassName
{
background-color: #DC7A75;
}
</style>
border-color css
<style>
span { border-color: #DC7A75; }
span { border-color: rgb(220,122,117); }
td.TdClassName
{
border-color: #DC7A75;
}
.TagClassName
{
border-color: #DC7A75;
}
</style>