Shades of Sea Pink #DD8987
Tints of Sea Pink #DD8987
RGB
CMYK
RGB Variations
Color information
#DD8987 (or 0xDD8987) is known color: Sea Pink. HEX triplet: DD, 89 and 87. RGB value is (221,137,135). Sum of RGB (Red+Green+Blue) = 221+137+135=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8987 is #227678. Grayscale: #A1A1A1. Windows color (decimal): -2258553 or 8882653. OLE color: 8882653.
HSL color Cylindrical-coordinate representation of color #DD8987: hue angle of 1.4º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8987 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 135 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.13 |
| HSL | 1.4º | 0.56% | 0.7% | - |
| HSV(B) | 1.4º | 0.39% | 0.87% | - |
| XYZ | 43.14 | 35.01 | 27.41 | - |
| YUV | 161.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 135 | 0 | 0.38 | 0.39 | 0.13 | 1.4 | 0.56 | 0.7 |
| Hex | DD | 89 | 87 | 0 | 26 | 27 | D | 1 | 38 | 46 |
| Octal | 335 | 211 | 207 | 0 | 46 | 47 | 15 | 1 | 70 | 106 |
| Binary | 11011101 | 10001001 | 10000111 | 0 | 100110 | 100111 | 1101 | 1 | 111000 | 1000110 |
Color Harmonies of #DD8987
Complementary color
Monochromatic Colors of #DD8987
Black with #DD8987
Text Example
Text Example
White with #DD8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8987; }
p { color: rgb(221,137,135); }
H1.HeaderClassName
{
color: #DD8987;
}
.AnyTagClassName
{
color: #DD8987;
}
</style>
background-color css
<style>
a { background-color: #DD8987; }
a { background-color: rgb(221,137,135); }
div.DivClassName
{
background-color: #DD8987;
}
.BgClassName
{
background-color: #DD8987;
}
</style>
border-color css
<style>
span { border-color: #DD8987; }
span { border-color: rgb(221,137,135); }
td.TdClassName
{
border-color: #DD8987;
}
.TagClassName
{
border-color: #DD8987;
}
</style>