Shades of Geraldine #DD7674
Tints of Geraldine #DD7674
RGB
CMYK
RGB Variations
Color information
#DD7674 (or 0xDD7674) is known color: Geraldine. HEX triplet: DD, 76 and 74. RGB value is (221,118,116). Sum of RGB (Red+Green+Blue) = 221+118+116=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7674 is #22898B. Grayscale: #949494. Windows color (decimal): -2263436 or 7632605. OLE color: 7632605.
HSL color Cylindrical-coordinate representation of color #DD7674: hue angle of 1.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7674 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 116 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.13 |
| HSL | 1.14º | 0.61% | 0.66% | - |
| HSV(B) | 1.14º | 0.48% | 0.87% | - |
| XYZ | 39.45 | 29.59 | 20.16 | - |
| YUV | 148.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 116 | 0 | 0.47 | 0.48 | 0.13 | 1.14 | 0.61 | 0.66 |
| Hex | DD | 76 | 74 | 0 | 2F | 30 | D | 1 | 3D | 42 |
| Octal | 335 | 166 | 164 | 0 | 57 | 60 | 15 | 1 | 75 | 102 |
| Binary | 11011101 | 1110110 | 1110100 | 0 | 101111 | 110000 | 1101 | 1 | 111101 | 1000010 |
Color Harmonies of #DD7674
Complementary color
Monochromatic Colors of #DD7674
Black with #DD7674
Text Example
Text Example
White with #DD7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7674; }
p { color: rgb(221,118,116); }
H1.HeaderClassName
{
color: #DD7674;
}
.AnyTagClassName
{
color: #DD7674;
}
</style>
background-color css
<style>
a { background-color: #DD7674; }
a { background-color: rgb(221,118,116); }
div.DivClassName
{
background-color: #DD7674;
}
.BgClassName
{
background-color: #DD7674;
}
</style>
border-color css
<style>
span { border-color: #DD7674; }
span { border-color: rgb(221,118,116); }
td.TdClassName
{
border-color: #DD7674;
}
.TagClassName
{
border-color: #DD7674;
}
</style>