Shades of Geraldine #DE7A77
Tints of Geraldine #DE7A77
RGB
CMYK
RGB Variations
Color information
#DE7A77 (or 0xDE7A77) is known color: Geraldine. HEX triplet: DE, 7A and 77. RGB value is (222,122,119). Sum of RGB (Red+Green+Blue) = 222+122+119=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A77 is #218588. Grayscale: #979797. Windows color (decimal): -2196873 or 7830238. OLE color: 7830238.
HSL color Cylindrical-coordinate representation of color #DE7A77: hue angle of 1.75º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7A77 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 119 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.13 |
| HSL | 1.75º | 0.61% | 0.67% | - |
| HSV(B) | 1.75º | 0.46% | 0.87% | - |
| XYZ | 40.41 | 30.78 | 21.26 | - |
| YUV | 151.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 119 | 0 | 0.45 | 0.46 | 0.13 | 1.75 | 0.61 | 0.67 |
| Hex | DE | 7A | 77 | 0 | 2D | 2E | D | 2 | 3D | 43 |
| Octal | 336 | 172 | 167 | 0 | 55 | 56 | 15 | 2 | 75 | 103 |
| Binary | 11011110 | 1111010 | 1110111 | 0 | 101101 | 101110 | 1101 | 10 | 111101 | 1000011 |
Color Harmonies of #DE7A77
Complementary color
Monochromatic Colors of #DE7A77
Black with #DE7A77
Text Example
Text Example
White with #DE7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A77; }
p { color: rgb(222,122,119); }
H1.HeaderClassName
{
color: #DE7A77;
}
.AnyTagClassName
{
color: #DE7A77;
}
</style>
background-color css
<style>
a { background-color: #DE7A77; }
a { background-color: rgb(222,122,119); }
div.DivClassName
{
background-color: #DE7A77;
}
.BgClassName
{
background-color: #DE7A77;
}
</style>
border-color css
<style>
span { border-color: #DE7A77; }
span { border-color: rgb(222,122,119); }
td.TdClassName
{
border-color: #DE7A77;
}
.TagClassName
{
border-color: #DE7A77;
}
</style>