Shades of Geraldine #DD7676
Tints of Geraldine #DD7676
RGB
CMYK
RGB Variations
Color information
#DD7676 (or 0xDD7676) is known color: Geraldine. HEX triplet: DD, 76 and 76. RGB value is (221,118,118). Sum of RGB (Red+Green+Blue) = 221+118+118=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7676 is #228989. Grayscale: #949494. Windows color (decimal): -2263434 or 7763677. OLE color: 7763677.
HSL color Cylindrical-coordinate representation of color #DD7676: hue angle of 0º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7676 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 118 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.13 |
| HSL | 0º | 0.6% | 0.66% | - |
| HSV(B) | 0º | 0.47% | 0.87% | - |
| XYZ | 39.57 | 29.64 | 20.77 | - |
| YUV | 148.8 | 110.62 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 118 | 0 | 0.47 | 0.47 | 0.13 | 0 | 0.6 | 0.66 |
| Hex | DD | 76 | 76 | 0 | 2F | 2F | D | 0 | 3C | 42 |
| Octal | 335 | 166 | 166 | 0 | 57 | 57 | 15 | 0 | 74 | 102 |
| Binary | 11011101 | 1110110 | 1110110 | 0 | 101111 | 101111 | 1101 | 0 | 111100 | 1000010 |
Color Harmonies of #DD7676
Complementary color
Monochromatic Colors of #DD7676
Black with #DD7676
Text Example
Text Example
White with #DD7676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7676; }
p { color: rgb(221,118,118); }
H1.HeaderClassName
{
color: #DD7676;
}
.AnyTagClassName
{
color: #DD7676;
}
</style>
background-color css
<style>
a { background-color: #DD7676; }
a { background-color: rgb(221,118,118); }
div.DivClassName
{
background-color: #DD7676;
}
.BgClassName
{
background-color: #DD7676;
}
</style>
border-color css
<style>
span { border-color: #DD7676; }
span { border-color: rgb(221,118,118); }
td.TdClassName
{
border-color: #DD7676;
}
.TagClassName
{
border-color: #DD7676;
}
</style>