Shades of Sea Pink #DC8685
Tints of Sea Pink #DC8685
RGB
CMYK
RGB Variations
Color information
#DC8685 (or 0xDC8685) is known color: Sea Pink. HEX triplet: DC, 86 and 85. RGB value is (220,134,133). Sum of RGB (Red+Green+Blue) = 220+134+133=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8685 is #23797A. Grayscale: #9F9F9F. Windows color (decimal): -2324859 or 8750812. OLE color: 8750812.
HSL color Cylindrical-coordinate representation of color #DC8685: hue angle of 0.69º degrees, saturation: 0.55, 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 #DC8685 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 133 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.14 |
| HSL | 0.69º | 0.55% | 0.69% | - |
| HSV(B) | 0.69º | 0.4% | 0.86% | - |
| XYZ | 42.27 | 33.96 | 26.52 | - |
| YUV | 159.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 133 | 0 | 0.39 | 0.40 | 0.14 | 0.69 | 0.55 | 0.69 |
| Hex | DC | 86 | 85 | 0 | 27 | 28 | E | 1 | 37 | 45 |
| Octal | 334 | 206 | 205 | 0 | 47 | 50 | 16 | 1 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10000101 | 0 | 100111 | 101000 | 1110 | 1 | 110111 | 1000101 |
Color Harmonies of #DC8685
Complementary color
Monochromatic Colors of #DC8685
Black with #DC8685
Text Example
Text Example
White with #DC8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8685; }
p { color: rgb(220,134,133); }
H1.HeaderClassName
{
color: #DC8685;
}
.AnyTagClassName
{
color: #DC8685;
}
</style>
background-color css
<style>
a { background-color: #DC8685; }
a { background-color: rgb(220,134,133); }
div.DivClassName
{
background-color: #DC8685;
}
.BgClassName
{
background-color: #DC8685;
}
</style>
border-color css
<style>
span { border-color: #DC8685; }
span { border-color: rgb(220,134,133); }
td.TdClassName
{
border-color: #DC8685;
}
.TagClassName
{
border-color: #DC8685;
}
</style>