Shades of Sea Pink #DC8684
Tints of Sea Pink #DC8684
RGB
CMYK
RGB Variations
Color information
#DC8684 (or 0xDC8684) is known color: Sea Pink. HEX triplet: DC, 86 and 84. RGB value is (220,134,132). Sum of RGB (Red+Green+Blue) = 220+134+132=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8684 is #23797B. Grayscale: #9F9F9F. Windows color (decimal): -2324860 or 8685276. OLE color: 8685276.
HSL color Cylindrical-coordinate representation of color #DC8684: hue angle of 1.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8684 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 132 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.14 |
| HSL | 1.36º | 0.56% | 0.69% | - |
| HSV(B) | 1.36º | 0.4% | 0.86% | - |
| XYZ | 42.21 | 33.93 | 26.15 | - |
| YUV | 159.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 132 | 0 | 0.39 | 0.40 | 0.14 | 1.36 | 0.56 | 0.69 |
| Hex | DC | 86 | 84 | 0 | 27 | 28 | E | 1 | 38 | 45 |
| Octal | 334 | 206 | 204 | 0 | 47 | 50 | 16 | 1 | 70 | 105 |
| Binary | 11011100 | 10000110 | 10000100 | 0 | 100111 | 101000 | 1110 | 1 | 111000 | 1000101 |
Color Harmonies of #DC8684
Complementary color
Monochromatic Colors of #DC8684
Black with #DC8684
Text Example
Text Example
White with #DC8684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8684; }
p { color: rgb(220,134,132); }
H1.HeaderClassName
{
color: #DC8684;
}
.AnyTagClassName
{
color: #DC8684;
}
</style>
background-color css
<style>
a { background-color: #DC8684; }
a { background-color: rgb(220,134,132); }
div.DivClassName
{
background-color: #DC8684;
}
.BgClassName
{
background-color: #DC8684;
}
</style>
border-color css
<style>
span { border-color: #DC8684; }
span { border-color: rgb(220,134,132); }
td.TdClassName
{
border-color: #DC8684;
}
.TagClassName
{
border-color: #DC8684;
}
</style>