Shades of Geraldine #DD7574
Tints of Geraldine #DD7574
RGB
CMYK
RGB Variations
Color information
#DD7574 (or 0xDD7574) is known color: Geraldine. HEX triplet: DD, 75 and 74. RGB value is (221,117,116). Sum of RGB (Red+Green+Blue) = 221+117+116=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7574 is #228A8B. Grayscale: #949494. Windows color (decimal): -2263692 or 7632349. OLE color: 7632349.
HSL color Cylindrical-coordinate representation of color #DD7574: hue angle of 0.57º 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 #DD7574 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 116 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.13 |
| HSL | 0.57º | 0.61% | 0.66% | - |
| HSV(B) | 0.57º | 0.48% | 0.87% | - |
| XYZ | 39.33 | 29.36 | 20.12 | - |
| YUV | 147.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 116 | 0 | 0.47 | 0.48 | 0.13 | 0.57 | 0.61 | 0.66 |
| Hex | DD | 75 | 74 | 0 | 2F | 30 | D | 1 | 3D | 42 |
| Octal | 335 | 165 | 164 | 0 | 57 | 60 | 15 | 1 | 75 | 102 |
| Binary | 11011101 | 1110101 | 1110100 | 0 | 101111 | 110000 | 1101 | 1 | 111101 | 1000010 |
Color Harmonies of #DD7574
Complementary color
Monochromatic Colors of #DD7574
Black with #DD7574
Text Example
Text Example
White with #DD7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7574; }
p { color: rgb(221,117,116); }
H1.HeaderClassName
{
color: #DD7574;
}
.AnyTagClassName
{
color: #DD7574;
}
</style>
background-color css
<style>
a { background-color: #DD7574; }
a { background-color: rgb(221,117,116); }
div.DivClassName
{
background-color: #DD7574;
}
.BgClassName
{
background-color: #DD7574;
}
</style>
border-color css
<style>
span { border-color: #DD7574; }
span { border-color: rgb(221,117,116); }
td.TdClassName
{
border-color: #DD7574;
}
.TagClassName
{
border-color: #DD7574;
}
</style>