Shades of Sea Pink #DC8887
Tints of Sea Pink #DC8887
RGB
CMYK
RGB Variations
Color information
#DC8887 (or 0xDC8887) is known color: Sea Pink. HEX triplet: DC, 88 and 87. RGB value is (220,136,135). Sum of RGB (Red+Green+Blue) = 220+136+135=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8887 is #237778. Grayscale: #A1A1A1. Windows color (decimal): -2324345 or 8882396. OLE color: 8882396.
HSL color Cylindrical-coordinate representation of color #DC8887: hue angle of 0.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8887 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 135 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.14 |
| HSL | 0.71º | 0.55% | 0.7% | - |
| HSV(B) | 0.71º | 0.39% | 0.86% | - |
| XYZ | 42.69 | 34.57 | 27.34 | - |
| YUV | 161 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 135 | 0 | 0.38 | 0.39 | 0.14 | 0.71 | 0.55 | 0.7 |
| Hex | DC | 88 | 87 | 0 | 26 | 27 | E | 1 | 37 | 46 |
| Octal | 334 | 210 | 207 | 0 | 46 | 47 | 16 | 1 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10000111 | 0 | 100110 | 100111 | 1110 | 1 | 110111 | 1000110 |
Color Harmonies of #DC8887
Complementary color
Monochromatic Colors of #DC8887
Black with #DC8887
Text Example
Text Example
White with #DC8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8887; }
p { color: rgb(220,136,135); }
H1.HeaderClassName
{
color: #DC8887;
}
.AnyTagClassName
{
color: #DC8887;
}
</style>
background-color css
<style>
a { background-color: #DC8887; }
a { background-color: rgb(220,136,135); }
div.DivClassName
{
background-color: #DC8887;
}
.BgClassName
{
background-color: #DC8887;
}
</style>
border-color css
<style>
span { border-color: #DC8887; }
span { border-color: rgb(220,136,135); }
td.TdClassName
{
border-color: #DC8887;
}
.TagClassName
{
border-color: #DC8887;
}
</style>