Shades of Geraldine #DD7473
Tints of Geraldine #DD7473
RGB
CMYK
RGB Variations
Color information
#DD7473 (or 0xDD7473) is known color: Geraldine. HEX triplet: DD, 74 and 73. RGB value is (221,116,115). Sum of RGB (Red+Green+Blue) = 221+116+115=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7473 is #228B8C. Grayscale: #939393. Windows color (decimal): -2263949 or 7566557. OLE color: 7566557.
HSL color Cylindrical-coordinate representation of color #DD7473: 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 #DD7473 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 115 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.13 |
| HSL | 0.57º | 0.61% | 0.66% | - |
| HSV(B) | 0.57º | 0.48% | 0.87% | - |
| XYZ | 39.16 | 29.1 | 19.77 | - |
| YUV | 147.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 115 | 0 | 0.48 | 0.48 | 0.13 | 0.57 | 0.61 | 0.66 |
| Hex | DD | 74 | 73 | 0 | 30 | 30 | D | 1 | 3D | 42 |
| Octal | 335 | 164 | 163 | 0 | 60 | 60 | 15 | 1 | 75 | 102 |
| Binary | 11011101 | 1110100 | 1110011 | 0 | 110000 | 110000 | 1101 | 1 | 111101 | 1000010 |
Color Harmonies of #DD7473
Complementary color
Monochromatic Colors of #DD7473
Black with #DD7473
Text Example
Text Example
White with #DD7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7473; }
p { color: rgb(221,116,115); }
H1.HeaderClassName
{
color: #DD7473;
}
.AnyTagClassName
{
color: #DD7473;
}
</style>
background-color css
<style>
a { background-color: #DD7473; }
a { background-color: rgb(221,116,115); }
div.DivClassName
{
background-color: #DD7473;
}
.BgClassName
{
background-color: #DD7473;
}
</style>
border-color css
<style>
span { border-color: #DD7473; }
span { border-color: rgb(221,116,115); }
td.TdClassName
{
border-color: #DD7473;
}
.TagClassName
{
border-color: #DD7473;
}
</style>