Shades of Sea Pink #DD8484
Tints of Sea Pink #DD8484
RGB
CMYK
RGB Variations
Color information
#DD8484 (or 0xDD8484) is known color: Sea Pink. HEX triplet: DD, 84 and 84. RGB value is (221,132,132). Sum of RGB (Red+Green+Blue) = 221+132+132=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8484 is #227B7B. Grayscale: #9E9E9E. Windows color (decimal): -2259836 or 8684765. OLE color: 8684765.
HSL color Cylindrical-coordinate representation of color #DD8484: hue angle of 0º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8484 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 132 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.13 |
| HSL | 0º | 0.57% | 0.69% | - |
| HSV(B) | 0º | 0.4% | 0.87% | - |
| XYZ | 42.23 | 33.54 | 26.08 | - |
| YUV | 158.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 132 | 0 | 0.40 | 0.40 | 0.13 | 0 | 0.57 | 0.69 |
| Hex | DD | 84 | 84 | 0 | 28 | 28 | D | 0 | 39 | 45 |
| Octal | 335 | 204 | 204 | 0 | 50 | 50 | 15 | 0 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10000100 | 0 | 101000 | 101000 | 1101 | 0 | 111001 | 1000101 |
Color Harmonies of #DD8484
Complementary color
Monochromatic Colors of #DD8484
Black with #DD8484
Text Example
Text Example
White with #DD8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8484; }
p { color: rgb(221,132,132); }
H1.HeaderClassName
{
color: #DD8484;
}
.AnyTagClassName
{
color: #DD8484;
}
</style>
background-color css
<style>
a { background-color: #DD8484; }
a { background-color: rgb(221,132,132); }
div.DivClassName
{
background-color: #DD8484;
}
.BgClassName
{
background-color: #DD8484;
}
</style>
border-color css
<style>
span { border-color: #DD8484; }
span { border-color: rgb(221,132,132); }
td.TdClassName
{
border-color: #DD8484;
}
.TagClassName
{
border-color: #DD8484;
}
</style>