Shades of Sea Pink #DF857C
Tints of Sea Pink #DF857C
RGB
CMYK
RGB Variations
Color information
#DF857C (or 0xDF857C) is known color: Sea Pink. HEX triplet: DF, 85 and 7C. RGB value is (223,133,124). Sum of RGB (Red+Green+Blue) = 223+133+124=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF857C is #207A83. Grayscale: #9F9F9F. Windows color (decimal): -2128516 or 8160735. OLE color: 8160735.
HSL color Cylindrical-coordinate representation of color #DF857C: hue angle of 5.45º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF857C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 124 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.13 |
| HSL | 5.45º | 0.61% | 0.68% | - |
| HSV(B) | 5.45º | 0.44% | 0.87% | - |
| XYZ | 42.46 | 33.92 | 23.38 | - |
| YUV | 158.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 124 | 0 | 0.40 | 0.44 | 0.13 | 5.45 | 0.61 | 0.68 |
| Hex | DF | 85 | 7C | 0 | 28 | 2C | D | 5 | 3D | 44 |
| Octal | 337 | 205 | 174 | 0 | 50 | 54 | 15 | 5 | 75 | 104 |
| Binary | 11011111 | 10000101 | 1111100 | 0 | 101000 | 101100 | 1101 | 101 | 111101 | 1000100 |
Color Harmonies of #DF857C
Complementary color
Monochromatic Colors of #DF857C
Black with #DF857C
Text Example
Text Example
White with #DF857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF857C; }
p { color: rgb(223,133,124); }
H1.HeaderClassName
{
color: #DF857C;
}
.AnyTagClassName
{
color: #DF857C;
}
</style>
background-color css
<style>
a { background-color: #DF857C; }
a { background-color: rgb(223,133,124); }
div.DivClassName
{
background-color: #DF857C;
}
.BgClassName
{
background-color: #DF857C;
}
</style>
border-color css
<style>
span { border-color: #DF857C; }
span { border-color: rgb(223,133,124); }
td.TdClassName
{
border-color: #DF857C;
}
.TagClassName
{
border-color: #DF857C;
}
</style>