Shades of Sea Pink #DD847C
Tints of Sea Pink #DD847C
RGB
CMYK
RGB Variations
Color information
#DD847C (or 0xDD847C) is known color: Sea Pink. HEX triplet: DD, 84 and 7C. RGB value is (221,132,124). Sum of RGB (Red+Green+Blue) = 221+132+124=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD847C is #227B83. Grayscale: #9D9D9D. Windows color (decimal): -2259844 or 8160477. OLE color: 8160477.
HSL color Cylindrical-coordinate representation of color #DD847C: hue angle of 4.95º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD847C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 124 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.13 |
| HSL | 4.95º | 0.59% | 0.68% | - |
| HSV(B) | 4.95º | 0.44% | 0.87% | - |
| XYZ | 41.71 | 33.33 | 23.3 | - |
| YUV | 157.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 124 | 0 | 0.40 | 0.44 | 0.13 | 4.95 | 0.59 | 0.68 |
| Hex | DD | 84 | 7C | 0 | 28 | 2C | D | 5 | 3B | 44 |
| Octal | 335 | 204 | 174 | 0 | 50 | 54 | 15 | 5 | 73 | 104 |
| Binary | 11011101 | 10000100 | 1111100 | 0 | 101000 | 101100 | 1101 | 101 | 111011 | 1000100 |
Color Harmonies of #DD847C
Complementary color
Monochromatic Colors of #DD847C
Black with #DD847C
Text Example
Text Example
White with #DD847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD847C; }
p { color: rgb(221,132,124); }
H1.HeaderClassName
{
color: #DD847C;
}
.AnyTagClassName
{
color: #DD847C;
}
</style>
background-color css
<style>
a { background-color: #DD847C; }
a { background-color: rgb(221,132,124); }
div.DivClassName
{
background-color: #DD847C;
}
.BgClassName
{
background-color: #DD847C;
}
</style>
border-color css
<style>
span { border-color: #DD847C; }
span { border-color: rgb(221,132,124); }
td.TdClassName
{
border-color: #DD847C;
}
.TagClassName
{
border-color: #DD847C;
}
</style>