Shades of Geraldine #DC7975
Tints of Geraldine #DC7975
RGB
CMYK
RGB Variations
Color information
#DC7975 (or 0xDC7975) is known color: Geraldine. HEX triplet: DC, 79 and 75. RGB value is (220,121,117). Sum of RGB (Red+Green+Blue) = 220+121+117=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7975 is #23868A. Grayscale: #969696. Windows color (decimal): -2328203 or 7698908. OLE color: 7698908.
HSL color Cylindrical-coordinate representation of color #DC7975: hue angle of 2.33º 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 #DC7975 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 117 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.14 |
| HSL | 2.33º | 0.6% | 0.66% | - |
| HSV(B) | 2.33º | 0.47% | 0.86% | - |
| XYZ | 39.56 | 30.17 | 20.57 | - |
| YUV | 150.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 117 | 0 | 0.45 | 0.47 | 0.14 | 2.33 | 0.6 | 0.66 |
| Hex | DC | 79 | 75 | 0 | 2D | 2F | E | 2 | 3C | 42 |
| Octal | 334 | 171 | 165 | 0 | 55 | 57 | 16 | 2 | 74 | 102 |
| Binary | 11011100 | 1111001 | 1110101 | 0 | 101101 | 101111 | 1110 | 10 | 111100 | 1000010 |
Color Harmonies of #DC7975
Complementary color
Monochromatic Colors of #DC7975
Black with #DC7975
Text Example
Text Example
White with #DC7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7975; }
p { color: rgb(220,121,117); }
H1.HeaderClassName
{
color: #DC7975;
}
.AnyTagClassName
{
color: #DC7975;
}
</style>
background-color css
<style>
a { background-color: #DC7975; }
a { background-color: rgb(220,121,117); }
div.DivClassName
{
background-color: #DC7975;
}
.BgClassName
{
background-color: #DC7975;
}
</style>
border-color css
<style>
span { border-color: #DC7975; }
span { border-color: rgb(220,121,117); }
td.TdClassName
{
border-color: #DC7975;
}
.TagClassName
{
border-color: #DC7975;
}
</style>