Shades of Sea Pink #DC847E
Tints of Sea Pink #DC847E
RGB
CMYK
RGB Variations
Color information
#DC847E (or 0xDC847E) is known color: Sea Pink. HEX triplet: DC, 84 and 7E. RGB value is (220,132,126). Sum of RGB (Red+Green+Blue) = 220+132+126=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC847E is #237B81. Grayscale: #9D9D9D. Windows color (decimal): -2325378 or 8291548. OLE color: 8291548.
HSL color Cylindrical-coordinate representation of color #DC847E: hue angle of 3.83º degrees, saturation: 0.57, 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 #DC847E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 126 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.14 |
| HSL | 3.83º | 0.57% | 0.68% | - |
| HSV(B) | 3.83º | 0.43% | 0.86% | - |
| XYZ | 41.53 | 33.22 | 23.96 | - |
| YUV | 157.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 126 | 0 | 0.40 | 0.43 | 0.14 | 3.83 | 0.57 | 0.68 |
| Hex | DC | 84 | 7E | 0 | 28 | 2B | E | 4 | 39 | 44 |
| Octal | 334 | 204 | 176 | 0 | 50 | 53 | 16 | 4 | 71 | 104 |
| Binary | 11011100 | 10000100 | 1111110 | 0 | 101000 | 101011 | 1110 | 100 | 111001 | 1000100 |
Color Harmonies of #DC847E
Complementary color
Monochromatic Colors of #DC847E
Black with #DC847E
Text Example
Text Example
White with #DC847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC847E; }
p { color: rgb(220,132,126); }
H1.HeaderClassName
{
color: #DC847E;
}
.AnyTagClassName
{
color: #DC847E;
}
</style>
background-color css
<style>
a { background-color: #DC847E; }
a { background-color: rgb(220,132,126); }
div.DivClassName
{
background-color: #DC847E;
}
.BgClassName
{
background-color: #DC847E;
}
</style>
border-color css
<style>
span { border-color: #DC847E; }
span { border-color: rgb(220,132,126); }
td.TdClassName
{
border-color: #DC847E;
}
.TagClassName
{
border-color: #DC847E;
}
</style>