Shades of Geraldine #DD7875
Tints of Geraldine #DD7875
RGB
CMYK
RGB Variations
Color information
#DD7875 (or 0xDD7875) is known color: Geraldine. HEX triplet: DD, 78 and 75. RGB value is (221,120,117). Sum of RGB (Red+Green+Blue) = 221+120+117=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7875 is #22878A. Grayscale: #959595. Windows color (decimal): -2262923 or 7698653. OLE color: 7698653.
HSL color Cylindrical-coordinate representation of color #DD7875: hue angle of 1.73º 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 #DD7875 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 117 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.13 |
| HSL | 1.73º | 0.6% | 0.66% | - |
| HSV(B) | 1.73º | 0.47% | 0.87% | - |
| XYZ | 39.75 | 30.09 | 20.54 | - |
| YUV | 149.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 117 | 0 | 0.46 | 0.47 | 0.13 | 1.73 | 0.6 | 0.66 |
| Hex | DD | 78 | 75 | 0 | 2E | 2F | D | 2 | 3C | 42 |
| Octal | 335 | 170 | 165 | 0 | 56 | 57 | 15 | 2 | 74 | 102 |
| Binary | 11011101 | 1111000 | 1110101 | 0 | 101110 | 101111 | 1101 | 10 | 111100 | 1000010 |
Color Harmonies of #DD7875
Complementary color
Monochromatic Colors of #DD7875
Black with #DD7875
Text Example
Text Example
White with #DD7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7875; }
p { color: rgb(221,120,117); }
H1.HeaderClassName
{
color: #DD7875;
}
.AnyTagClassName
{
color: #DD7875;
}
</style>
background-color css
<style>
a { background-color: #DD7875; }
a { background-color: rgb(221,120,117); }
div.DivClassName
{
background-color: #DD7875;
}
.BgClassName
{
background-color: #DD7875;
}
</style>
border-color css
<style>
span { border-color: #DD7875; }
span { border-color: rgb(221,120,117); }
td.TdClassName
{
border-color: #DD7875;
}
.TagClassName
{
border-color: #DD7875;
}
</style>