Shades of Sea Pink #DC847D
Tints of Sea Pink #DC847D
RGB
CMYK
RGB Variations
Color information
#DC847D (or 0xDC847D) is known color: Sea Pink. HEX triplet: DC, 84 and 7D. RGB value is (220,132,125). Sum of RGB (Red+Green+Blue) = 220+132+125=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC847D is #237B82. Grayscale: #9D9D9D. Windows color (decimal): -2325379 or 8226012. OLE color: 8226012.
HSL color Cylindrical-coordinate representation of color #DC847D: hue angle of 4.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC847D is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 125 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.14 |
| HSL | 4.42º | 0.58% | 0.68% | - |
| HSV(B) | 4.42º | 0.43% | 0.86% | - |
| XYZ | 41.47 | 33.2 | 23.62 | - |
| YUV | 157.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 125 | 0 | 0.40 | 0.43 | 0.14 | 4.42 | 0.58 | 0.68 |
| Hex | DC | 84 | 7D | 0 | 28 | 2B | E | 4 | 3A | 44 |
| Octal | 334 | 204 | 175 | 0 | 50 | 53 | 16 | 4 | 72 | 104 |
| Binary | 11011100 | 10000100 | 1111101 | 0 | 101000 | 101011 | 1110 | 100 | 111010 | 1000100 |
Color Harmonies of #DC847D
Complementary color
Monochromatic Colors of #DC847D
Black with #DC847D
Text Example
Text Example
White with #DC847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC847D; }
p { color: rgb(220,132,125); }
H1.HeaderClassName
{
color: #DC847D;
}
.AnyTagClassName
{
color: #DC847D;
}
</style>
background-color css
<style>
a { background-color: #DC847D; }
a { background-color: rgb(220,132,125); }
div.DivClassName
{
background-color: #DC847D;
}
.BgClassName
{
background-color: #DC847D;
}
</style>
border-color css
<style>
span { border-color: #DC847D; }
span { border-color: rgb(220,132,125); }
td.TdClassName
{
border-color: #DC847D;
}
.TagClassName
{
border-color: #DC847D;
}
</style>