Shades of Geraldine #DD7777
Tints of Geraldine #DD7777
RGB
CMYK
RGB Variations
Color information
#DD7777 (or 0xDD7777) is known color: Geraldine. HEX triplet: DD, 77 and 77. RGB value is (221,119,119). Sum of RGB (Red+Green+Blue) = 221+119+119=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7777 is #228888. Grayscale: #959595. Windows color (decimal): -2263177 or 7829469. OLE color: 7829469.
HSL color Cylindrical-coordinate representation of color #DD7777: hue angle of 0º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7777 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 119 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.13 |
| HSL | 0º | 0.6% | 0.67% | - |
| HSV(B) | 0º | 0.46% | 0.87% | - |
| XYZ | 39.75 | 29.9 | 21.13 | - |
| YUV | 149.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 119 | 0 | 0.46 | 0.46 | 0.13 | 0 | 0.6 | 0.67 |
| Hex | DD | 77 | 77 | 0 | 2E | 2E | D | 0 | 3C | 43 |
| Octal | 335 | 167 | 167 | 0 | 56 | 56 | 15 | 0 | 74 | 103 |
| Binary | 11011101 | 1110111 | 1110111 | 0 | 101110 | 101110 | 1101 | 0 | 111100 | 1000011 |
Color Harmonies of #DD7777
Complementary color
Monochromatic Colors of #DD7777
Black with #DD7777
Text Example
Text Example
White with #DD7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7777; }
p { color: rgb(221,119,119); }
H1.HeaderClassName
{
color: #DD7777;
}
.AnyTagClassName
{
color: #DD7777;
}
</style>
background-color css
<style>
a { background-color: #DD7777; }
a { background-color: rgb(221,119,119); }
div.DivClassName
{
background-color: #DD7777;
}
.BgClassName
{
background-color: #DD7777;
}
</style>
border-color css
<style>
span { border-color: #DD7777; }
span { border-color: rgb(221,119,119); }
td.TdClassName
{
border-color: #DD7777;
}
.TagClassName
{
border-color: #DD7777;
}
</style>