Shades of Sea Pink #DC857E
Tints of Sea Pink #DC857E
RGB
CMYK
RGB Variations
Color information
#DC857E (or 0xDC857E) is known color: Sea Pink. HEX triplet: DC, 85 and 7E. RGB value is (220,133,126). Sum of RGB (Red+Green+Blue) = 220+133+126=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC857E is #237A81. Grayscale: #9E9E9E. Windows color (decimal): -2325122 or 8291804. OLE color: 8291804.
HSL color Cylindrical-coordinate representation of color #DC857E: hue angle of 4.47º 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 #DC857E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 126 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.14 |
| HSL | 4.47º | 0.57% | 0.68% | - |
| HSV(B) | 4.47º | 0.43% | 0.86% | - |
| XYZ | 41.67 | 33.5 | 24.01 | - |
| YUV | 158.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 126 | 0 | 0.40 | 0.43 | 0.14 | 4.47 | 0.57 | 0.68 |
| Hex | DC | 85 | 7E | 0 | 28 | 2B | E | 4 | 39 | 44 |
| Octal | 334 | 205 | 176 | 0 | 50 | 53 | 16 | 4 | 71 | 104 |
| Binary | 11011100 | 10000101 | 1111110 | 0 | 101000 | 101011 | 1110 | 100 | 111001 | 1000100 |
Color Harmonies of #DC857E
Complementary color
Monochromatic Colors of #DC857E
Black with #DC857E
Text Example
Text Example
White with #DC857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC857E; }
p { color: rgb(220,133,126); }
H1.HeaderClassName
{
color: #DC857E;
}
.AnyTagClassName
{
color: #DC857E;
}
</style>
background-color css
<style>
a { background-color: #DC857E; }
a { background-color: rgb(220,133,126); }
div.DivClassName
{
background-color: #DC857E;
}
.BgClassName
{
background-color: #DC857E;
}
</style>
border-color css
<style>
span { border-color: #DC857E; }
span { border-color: rgb(220,133,126); }
td.TdClassName
{
border-color: #DC857E;
}
.TagClassName
{
border-color: #DC857E;
}
</style>