Shades of Sea Pink #DC8A89
Tints of Sea Pink #DC8A89
RGB
CMYK
RGB Variations
Color information
#DC8A89 (or 0xDC8A89) is known color: Sea Pink. HEX triplet: DC, 8A and 89. RGB value is (220,138,137). Sum of RGB (Red+Green+Blue) = 220+138+137=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A89 is #237576. Grayscale: #A2A2A2. Windows color (decimal): -2323831 or 9013980. OLE color: 9013980.
HSL color Cylindrical-coordinate representation of color #DC8A89: hue angle of 0.72º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8A89 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 137 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.14 |
| HSL | 0.72º | 0.54% | 0.7% | - |
| HSV(B) | 0.72º | 0.38% | 0.86% | - |
| XYZ | 43.12 | 35.2 | 28.19 | - |
| YUV | 162.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 137 | 0 | 0.37 | 0.38 | 0.14 | 0.72 | 0.54 | 0.7 |
| Hex | DC | 8A | 89 | 0 | 25 | 26 | E | 1 | 36 | 46 |
| Octal | 334 | 212 | 211 | 0 | 45 | 46 | 16 | 1 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10001001 | 0 | 100101 | 100110 | 1110 | 1 | 110110 | 1000110 |
Color Harmonies of #DC8A89
Complementary color
Monochromatic Colors of #DC8A89
Black with #DC8A89
Text Example
Text Example
White with #DC8A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A89; }
p { color: rgb(220,138,137); }
H1.HeaderClassName
{
color: #DC8A89;
}
.AnyTagClassName
{
color: #DC8A89;
}
</style>
background-color css
<style>
a { background-color: #DC8A89; }
a { background-color: rgb(220,138,137); }
div.DivClassName
{
background-color: #DC8A89;
}
.BgClassName
{
background-color: #DC8A89;
}
</style>
border-color css
<style>
span { border-color: #DC8A89; }
span { border-color: rgb(220,138,137); }
td.TdClassName
{
border-color: #DC8A89;
}
.TagClassName
{
border-color: #DC8A89;
}
</style>