Shades of Sea Pink #DC8786
Tints of Sea Pink #DC8786
RGB
CMYK
RGB Variations
Color information
#DC8786 (or 0xDC8786) is known color: Sea Pink. HEX triplet: DC, 87 and 86. RGB value is (220,135,134). Sum of RGB (Red+Green+Blue) = 220+135+134=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8786 is #237879. Grayscale: #A0A0A0. Windows color (decimal): -2324602 or 8816604. OLE color: 8816604.
HSL color Cylindrical-coordinate representation of color #DC8786: hue angle of 0.7º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8786 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 134 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.14 |
| HSL | 0.7º | 0.55% | 0.69% | - |
| HSV(B) | 0.7º | 0.39% | 0.86% | - |
| XYZ | 42.48 | 34.26 | 26.93 | - |
| YUV | 160.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 134 | 0 | 0.39 | 0.39 | 0.14 | 0.7 | 0.55 | 0.69 |
| Hex | DC | 87 | 86 | 0 | 27 | 27 | E | 1 | 37 | 45 |
| Octal | 334 | 207 | 206 | 0 | 47 | 47 | 16 | 1 | 67 | 105 |
| Binary | 11011100 | 10000111 | 10000110 | 0 | 100111 | 100111 | 1110 | 1 | 110111 | 1000101 |
Color Harmonies of #DC8786
Complementary color
Monochromatic Colors of #DC8786
Black with #DC8786
Text Example
Text Example
White with #DC8786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8786; }
p { color: rgb(220,135,134); }
H1.HeaderClassName
{
color: #DC8786;
}
.AnyTagClassName
{
color: #DC8786;
}
</style>
background-color css
<style>
a { background-color: #DC8786; }
a { background-color: rgb(220,135,134); }
div.DivClassName
{
background-color: #DC8786;
}
.BgClassName
{
background-color: #DC8786;
}
</style>
border-color css
<style>
span { border-color: #DC8786; }
span { border-color: rgb(220,135,134); }
td.TdClassName
{
border-color: #DC8786;
}
.TagClassName
{
border-color: #DC8786;
}
</style>