Shades of Geraldine #DE7676
Tints of Geraldine #DE7676
RGB
CMYK
RGB Variations
Color information
#DE7676 (or 0xDE7676) is known color: Geraldine. HEX triplet: DE, 76 and 76. RGB value is (222,118,118). Sum of RGB (Red+Green+Blue) = 222+118+118=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7676 is #218989. Grayscale: #959595. Windows color (decimal): -2197898 or 7763678. OLE color: 7763678.
HSL color Cylindrical-coordinate representation of color #DE7676: hue angle of 0º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE7676 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 118 | 118 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.13 |
| HSL | 0º | 0.61% | 0.67% | - |
| HSV(B) | 0º | 0.47% | 0.87% | - |
| XYZ | 39.87 | 29.79 | 20.79 | - |
| YUV | 149.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 118 | 118 | 0 | 0.47 | 0.47 | 0.13 | 0 | 0.61 | 0.67 |
| Hex | DE | 76 | 76 | 0 | 2F | 2F | D | 0 | 3D | 43 |
| Octal | 336 | 166 | 166 | 0 | 57 | 57 | 15 | 0 | 75 | 103 |
| Binary | 11011110 | 1110110 | 1110110 | 0 | 101111 | 101111 | 1101 | 0 | 111101 | 1000011 |
Color Harmonies of #DE7676
Complementary color
Monochromatic Colors of #DE7676
Black with #DE7676
Text Example
Text Example
White with #DE7676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7676; }
p { color: rgb(222,118,118); }
H1.HeaderClassName
{
color: #DE7676;
}
.AnyTagClassName
{
color: #DE7676;
}
</style>
background-color css
<style>
a { background-color: #DE7676; }
a { background-color: rgb(222,118,118); }
div.DivClassName
{
background-color: #DE7676;
}
.BgClassName
{
background-color: #DE7676;
}
</style>
border-color css
<style>
span { border-color: #DE7676; }
span { border-color: rgb(222,118,118); }
td.TdClassName
{
border-color: #DE7676;
}
.TagClassName
{
border-color: #DE7676;
}
</style>