Shades of Sea Pink #DC8987
Tints of Sea Pink #DC8987
RGB
CMYK
RGB Variations
Color information
#DC8987 (or 0xDC8987) is known color: Sea Pink. HEX triplet: DC, 89 and 87. RGB value is (220,137,135). Sum of RGB (Red+Green+Blue) = 220+137+135=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8987 is #237678. Grayscale: #A1A1A1. Windows color (decimal): -2324089 or 8882652. OLE color: 8882652.
HSL color Cylindrical-coordinate representation of color #DC8987: hue angle of 1.41º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8987 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 135 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.14 |
| HSL | 1.41º | 0.55% | 0.7% | - |
| HSV(B) | 1.41º | 0.39% | 0.86% | - |
| XYZ | 42.83 | 34.86 | 27.39 | - |
| YUV | 161.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 135 | 0 | 0.38 | 0.39 | 0.14 | 1.41 | 0.55 | 0.7 |
| Hex | DC | 89 | 87 | 0 | 26 | 27 | E | 1 | 37 | 46 |
| Octal | 334 | 211 | 207 | 0 | 46 | 47 | 16 | 1 | 67 | 106 |
| Binary | 11011100 | 10001001 | 10000111 | 0 | 100110 | 100111 | 1110 | 1 | 110111 | 1000110 |
Color Harmonies of #DC8987
Complementary color
Monochromatic Colors of #DC8987
Black with #DC8987
Text Example
Text Example
White with #DC8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8987; }
p { color: rgb(220,137,135); }
H1.HeaderClassName
{
color: #DC8987;
}
.AnyTagClassName
{
color: #DC8987;
}
</style>
background-color css
<style>
a { background-color: #DC8987; }
a { background-color: rgb(220,137,135); }
div.DivClassName
{
background-color: #DC8987;
}
.BgClassName
{
background-color: #DC8987;
}
</style>
border-color css
<style>
span { border-color: #DC8987; }
span { border-color: rgb(220,137,135); }
td.TdClassName
{
border-color: #DC8987;
}
.TagClassName
{
border-color: #DC8987;
}
</style>