Shades of Geraldine #DD7872
Tints of Geraldine #DD7872
RGB
CMYK
RGB Variations
Color information
#DD7872 (or 0xDD7872) is known color: Geraldine. HEX triplet: DD, 78 and 72. RGB value is (221,120,114). Sum of RGB (Red+Green+Blue) = 221+120+114=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7872 is #22878D. Grayscale: #959595. Windows color (decimal): -2262926 or 7502045. OLE color: 7502045.
HSL color Cylindrical-coordinate representation of color #DD7872: hue angle of 3.36º 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 #DD7872 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 114 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.13 |
| HSL | 3.36º | 0.61% | 0.66% | - |
| HSV(B) | 3.36º | 0.48% | 0.87% | - |
| XYZ | 39.57 | 30.02 | 19.63 | - |
| YUV | 149.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 114 | 0 | 0.46 | 0.48 | 0.13 | 3.36 | 0.61 | 0.66 |
| Hex | DD | 78 | 72 | 0 | 2E | 30 | D | 3 | 3D | 42 |
| Octal | 335 | 170 | 162 | 0 | 56 | 60 | 15 | 3 | 75 | 102 |
| Binary | 11011101 | 1111000 | 1110010 | 0 | 101110 | 110000 | 1101 | 11 | 111101 | 1000010 |
Color Harmonies of #DD7872
Complementary color
Monochromatic Colors of #DD7872
Black with #DD7872
Text Example
Text Example
White with #DD7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7872; }
p { color: rgb(221,120,114); }
H1.HeaderClassName
{
color: #DD7872;
}
.AnyTagClassName
{
color: #DD7872;
}
</style>
background-color css
<style>
a { background-color: #DD7872; }
a { background-color: rgb(221,120,114); }
div.DivClassName
{
background-color: #DD7872;
}
.BgClassName
{
background-color: #DD7872;
}
</style>
border-color css
<style>
span { border-color: #DD7872; }
span { border-color: rgb(221,120,114); }
td.TdClassName
{
border-color: #DD7872;
}
.TagClassName
{
border-color: #DD7872;
}
</style>