Shades of Geraldine #DD6F6B
Tints of Geraldine #DD6F6B
RGB
CMYK
RGB Variations
Color information
#DD6F6B (or 0xDD6F6B) is known color: Geraldine. HEX triplet: DD, 6F and 6B. RGB value is (221,111,107). Sum of RGB (Red+Green+Blue) = 221+111+107=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6F6B is #229094. Grayscale: #8F8F8F. Windows color (decimal): -2265237 or 7040989. OLE color: 7040989.
HSL color Cylindrical-coordinate representation of color #DD6F6B: hue angle of 2.11º 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 #DD6F6B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 107 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.13 |
| HSL | 2.11º | 0.63% | 0.64% | - |
| HSV(B) | 2.11º | 0.52% | 0.87% | - |
| XYZ | 38.16 | 27.8 | 17.27 | - |
| YUV | 143.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 107 | 0 | 0.50 | 0.52 | 0.13 | 2.11 | 0.63 | 0.64 |
| Hex | DD | 6F | 6B | 0 | 32 | 34 | D | 2 | 3F | 40 |
| Octal | 335 | 157 | 153 | 0 | 62 | 64 | 15 | 2 | 77 | 100 |
| Binary | 11011101 | 1101111 | 1101011 | 0 | 110010 | 110100 | 1101 | 10 | 111111 | 1000000 |
Color Harmonies of #DD6F6B
Complementary color
Monochromatic Colors of #DD6F6B
Black with #DD6F6B
Text Example
Text Example
White with #DD6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F6B; }
p { color: rgb(221,111,107); }
H1.HeaderClassName
{
color: #DD6F6B;
}
.AnyTagClassName
{
color: #DD6F6B;
}
</style>
background-color css
<style>
a { background-color: #DD6F6B; }
a { background-color: rgb(221,111,107); }
div.DivClassName
{
background-color: #DD6F6B;
}
.BgClassName
{
background-color: #DD6F6B;
}
</style>
border-color css
<style>
span { border-color: #DD6F6B; }
span { border-color: rgb(221,111,107); }
td.TdClassName
{
border-color: #DD6F6B;
}
.TagClassName
{
border-color: #DD6F6B;
}
</style>