Shades of Geraldine #DD6D6B
Tints of Geraldine #DD6D6B
RGB
CMYK
RGB Variations
Color information
#DD6D6B (or 0xDD6D6B) is known color: Geraldine. HEX triplet: DD, 6D and 6B. RGB value is (221,109,107). Sum of RGB (Red+Green+Blue) = 221+109+107=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D6B is #229294. Grayscale: #8E8E8E. Windows color (decimal): -2265749 or 7040477. OLE color: 7040477.
HSL color Cylindrical-coordinate representation of color #DD6D6B: hue angle of 1.05º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6D6B is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 107 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.13 |
| HSL | 1.05º | 0.63% | 0.64% | - |
| HSV(B) | 1.05º | 0.52% | 0.87% | - |
| XYZ | 37.94 | 27.37 | 17.19 | - |
| YUV | 142.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 107 | 0 | 0.51 | 0.52 | 0.13 | 1.05 | 0.63 | 0.64 |
| Hex | DD | 6D | 6B | 0 | 33 | 34 | D | 1 | 3F | 40 |
| Octal | 335 | 155 | 153 | 0 | 63 | 64 | 15 | 1 | 77 | 100 |
| Binary | 11011101 | 1101101 | 1101011 | 0 | 110011 | 110100 | 1101 | 1 | 111111 | 1000000 |
Color Harmonies of #DD6D6B
Complementary color
Monochromatic Colors of #DD6D6B
Black with #DD6D6B
Text Example
Text Example
White with #DD6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D6B; }
p { color: rgb(221,109,107); }
H1.HeaderClassName
{
color: #DD6D6B;
}
.AnyTagClassName
{
color: #DD6D6B;
}
</style>
background-color css
<style>
a { background-color: #DD6D6B; }
a { background-color: rgb(221,109,107); }
div.DivClassName
{
background-color: #DD6D6B;
}
.BgClassName
{
background-color: #DD6D6B;
}
</style>
border-color css
<style>
span { border-color: #DD6D6B; }
span { border-color: rgb(221,109,107); }
td.TdClassName
{
border-color: #DD6D6B;
}
.TagClassName
{
border-color: #DD6D6B;
}
</style>