Shades of Sea Pink #DC847F
Tints of Sea Pink #DC847F
RGB
CMYK
RGB Variations
Color information
#DC847F (or 0xDC847F) is known color: Sea Pink. HEX triplet: DC, 84 and 7F. RGB value is (220,132,127). Sum of RGB (Red+Green+Blue) = 220+132+127=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC847F is #237B80. Grayscale: #9D9D9D. Windows color (decimal): -2325377 or 8357084. OLE color: 8357084.
HSL color Cylindrical-coordinate representation of color #DC847F: hue angle of 3.23º 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 #DC847F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 127 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.14 |
| HSL | 3.23º | 0.57% | 0.68% | - |
| HSV(B) | 3.23º | 0.42% | 0.86% | - |
| XYZ | 41.6 | 33.25 | 24.3 | - |
| YUV | 157.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 127 | 0 | 0.40 | 0.42 | 0.14 | 3.23 | 0.57 | 0.68 |
| Hex | DC | 84 | 7F | 0 | 28 | 2A | E | 3 | 39 | 44 |
| Octal | 334 | 204 | 177 | 0 | 50 | 52 | 16 | 3 | 71 | 104 |
| Binary | 11011100 | 10000100 | 1111111 | 0 | 101000 | 101010 | 1110 | 11 | 111001 | 1000100 |
Color Harmonies of #DC847F
Complementary color
Monochromatic Colors of #DC847F
Black with #DC847F
Text Example
Text Example
White with #DC847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC847F; }
p { color: rgb(220,132,127); }
H1.HeaderClassName
{
color: #DC847F;
}
.AnyTagClassName
{
color: #DC847F;
}
</style>
background-color css
<style>
a { background-color: #DC847F; }
a { background-color: rgb(220,132,127); }
div.DivClassName
{
background-color: #DC847F;
}
.BgClassName
{
background-color: #DC847F;
}
</style>
border-color css
<style>
span { border-color: #DC847F; }
span { border-color: rgb(220,132,127); }
td.TdClassName
{
border-color: #DC847F;
}
.TagClassName
{
border-color: #DC847F;
}
</style>