Shades of Sea Pink #DC8780
Tints of Sea Pink #DC8780
RGB
CMYK
RGB Variations
Color information
#DC8780 (or 0xDC8780) is known color: Sea Pink. HEX triplet: DC, 87 and 80. RGB value is (220,135,128). Sum of RGB (Red+Green+Blue) = 220+135+128=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8780 is #23787F. Grayscale: #9F9F9F. Windows color (decimal): -2324608 or 8423388. OLE color: 8423388.
HSL color Cylindrical-coordinate representation of color #DC8780: hue angle of 4.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8780 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 128 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.14 |
| HSL | 4.57º | 0.57% | 0.68% | - |
| HSV(B) | 4.57º | 0.42% | 0.86% | - |
| XYZ | 42.08 | 34.1 | 24.79 | - |
| YUV | 159.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 128 | 0 | 0.39 | 0.42 | 0.14 | 4.57 | 0.57 | 0.68 |
| Hex | DC | 87 | 80 | 0 | 27 | 2A | E | 5 | 39 | 44 |
| Octal | 334 | 207 | 200 | 0 | 47 | 52 | 16 | 5 | 71 | 104 |
| Binary | 11011100 | 10000111 | 10000000 | 0 | 100111 | 101010 | 1110 | 101 | 111001 | 1000100 |
Color Harmonies of #DC8780
Complementary color
Monochromatic Colors of #DC8780
Black with #DC8780
Text Example
Text Example
White with #DC8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8780; }
p { color: rgb(220,135,128); }
H1.HeaderClassName
{
color: #DC8780;
}
.AnyTagClassName
{
color: #DC8780;
}
</style>
background-color css
<style>
a { background-color: #DC8780; }
a { background-color: rgb(220,135,128); }
div.DivClassName
{
background-color: #DC8780;
}
.BgClassName
{
background-color: #DC8780;
}
</style>
border-color css
<style>
span { border-color: #DC8780; }
span { border-color: rgb(220,135,128); }
td.TdClassName
{
border-color: #DC8780;
}
.TagClassName
{
border-color: #DC8780;
}
</style>