Shades of Geraldine #DD7675
Tints of Geraldine #DD7675
RGB
CMYK
RGB Variations
Color information
#DD7675 (or 0xDD7675) is known color: Geraldine. HEX triplet: DD, 76 and 75. RGB value is (221,118,117). Sum of RGB (Red+Green+Blue) = 221+118+117=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7675 is #22898A. Grayscale: #949494. Windows color (decimal): -2263435 or 7698141. OLE color: 7698141.
HSL color Cylindrical-coordinate representation of color #DD7675: hue angle of 0.58º 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 #DD7675 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 117 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.13 |
| HSL | 0.58º | 0.6% | 0.66% | - |
| HSV(B) | 0.58º | 0.47% | 0.87% | - |
| XYZ | 39.51 | 29.61 | 20.46 | - |
| YUV | 148.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 117 | 0 | 0.47 | 0.47 | 0.13 | 0.58 | 0.6 | 0.66 |
| Hex | DD | 76 | 75 | 0 | 2F | 2F | D | 1 | 3C | 42 |
| Octal | 335 | 166 | 165 | 0 | 57 | 57 | 15 | 1 | 74 | 102 |
| Binary | 11011101 | 1110110 | 1110101 | 0 | 101111 | 101111 | 1101 | 1 | 111100 | 1000010 |
Color Harmonies of #DD7675
Complementary color
Monochromatic Colors of #DD7675
Black with #DD7675
Text Example
Text Example
White with #DD7675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7675; }
p { color: rgb(221,118,117); }
H1.HeaderClassName
{
color: #DD7675;
}
.AnyTagClassName
{
color: #DD7675;
}
</style>
background-color css
<style>
a { background-color: #DD7675; }
a { background-color: rgb(221,118,117); }
div.DivClassName
{
background-color: #DD7675;
}
.BgClassName
{
background-color: #DD7675;
}
</style>
border-color css
<style>
span { border-color: #DD7675; }
span { border-color: rgb(221,118,117); }
td.TdClassName
{
border-color: #DD7675;
}
.TagClassName
{
border-color: #DD7675;
}
</style>