Shades of Sea Pink #DC8686
Tints of Sea Pink #DC8686
RGB
CMYK
RGB Variations
Color information
#DC8686 (or 0xDC8686) is known color: Sea Pink. HEX triplet: DC, 86 and 86. RGB value is (220,134,134). Sum of RGB (Red+Green+Blue) = 220+134+134=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8686 is #237979. Grayscale: #9F9F9F. Windows color (decimal): -2324858 or 8816348. OLE color: 8816348.
HSL color Cylindrical-coordinate representation of color #DC8686: hue angle of 0º 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 #DC8686 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 134 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.14 |
| HSL | 0º | 0.55% | 0.69% | - |
| HSV(B) | 0º | 0.39% | 0.86% | - |
| XYZ | 42.34 | 33.99 | 26.88 | - |
| YUV | 159.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 134 | 0 | 0.39 | 0.39 | 0.14 | 0 | 0.55 | 0.69 |
| Hex | DC | 86 | 86 | 0 | 27 | 27 | E | 0 | 37 | 45 |
| Octal | 334 | 206 | 206 | 0 | 47 | 47 | 16 | 0 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10000110 | 0 | 100111 | 100111 | 1110 | 0 | 110111 | 1000101 |
Color Harmonies of #DC8686
Complementary color
Monochromatic Colors of #DC8686
Black with #DC8686
Text Example
Text Example
White with #DC8686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8686; }
p { color: rgb(220,134,134); }
H1.HeaderClassName
{
color: #DC8686;
}
.AnyTagClassName
{
color: #DC8686;
}
</style>
background-color css
<style>
a { background-color: #DC8686; }
a { background-color: rgb(220,134,134); }
div.DivClassName
{
background-color: #DC8686;
}
.BgClassName
{
background-color: #DC8686;
}
</style>
border-color css
<style>
span { border-color: #DC8686; }
span { border-color: rgb(220,134,134); }
td.TdClassName
{
border-color: #DC8686;
}
.TagClassName
{
border-color: #DC8686;
}
</style>