Shades of Sea Pink #DC8884
Tints of Sea Pink #DC8884
RGB
CMYK
RGB Variations
Color information
#DC8884 (or 0xDC8884) is known color: Sea Pink. HEX triplet: DC, 88 and 84. RGB value is (220,136,132). Sum of RGB (Red+Green+Blue) = 220+136+132=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8884 is #23777B. Grayscale: #A0A0A0. Windows color (decimal): -2324348 or 8685788. OLE color: 8685788.
HSL color Cylindrical-coordinate representation of color #DC8884: hue angle of 2.73º 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 #DC8884 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 132 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.14 |
| HSL | 2.73º | 0.56% | 0.69% | - |
| HSV(B) | 2.73º | 0.4% | 0.86% | - |
| XYZ | 42.48 | 34.49 | 26.25 | - |
| YUV | 160.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 132 | 0 | 0.38 | 0.40 | 0.14 | 2.73 | 0.56 | 0.69 |
| Hex | DC | 88 | 84 | 0 | 26 | 28 | E | 3 | 38 | 45 |
| Octal | 334 | 210 | 204 | 0 | 46 | 50 | 16 | 3 | 70 | 105 |
| Binary | 11011100 | 10001000 | 10000100 | 0 | 100110 | 101000 | 1110 | 11 | 111000 | 1000101 |
Color Harmonies of #DC8884
Complementary color
Monochromatic Colors of #DC8884
Black with #DC8884
Text Example
Text Example
White with #DC8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8884; }
p { color: rgb(220,136,132); }
H1.HeaderClassName
{
color: #DC8884;
}
.AnyTagClassName
{
color: #DC8884;
}
</style>
background-color css
<style>
a { background-color: #DC8884; }
a { background-color: rgb(220,136,132); }
div.DivClassName
{
background-color: #DC8884;
}
.BgClassName
{
background-color: #DC8884;
}
</style>
border-color css
<style>
span { border-color: #DC8884; }
span { border-color: rgb(220,136,132); }
td.TdClassName
{
border-color: #DC8884;
}
.TagClassName
{
border-color: #DC8884;
}
</style>