Shades of Sea Pink #DF8582
Tints of Sea Pink #DF8582
RGB
CMYK
RGB Variations
Color information
#DF8582 (or 0xDF8582) is known color: Sea Pink. HEX triplet: DF, 85 and 82. RGB value is (223,133,130). Sum of RGB (Red+Green+Blue) = 223+133+130=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8582 is #207A7D. Grayscale: #9F9F9F. Windows color (decimal): -2128510 or 8553951. OLE color: 8553951.
HSL color Cylindrical-coordinate representation of color #DF8582: hue angle of 1.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8582 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 130 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.13 |
| HSL | 1.94º | 0.59% | 0.69% | - |
| HSV(B) | 1.94º | 0.42% | 0.87% | - |
| XYZ | 42.85 | 34.07 | 25.44 | - |
| YUV | 159.57 | 111.32 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 130 | 0 | 0.40 | 0.42 | 0.13 | 1.94 | 0.59 | 0.69 |
| Hex | DF | 85 | 82 | 0 | 28 | 2A | D | 2 | 3B | 45 |
| Octal | 337 | 205 | 202 | 0 | 50 | 52 | 15 | 2 | 73 | 105 |
| Binary | 11011111 | 10000101 | 10000010 | 0 | 101000 | 101010 | 1101 | 10 | 111011 | 1000101 |
Color Harmonies of #DF8582
Complementary color
Monochromatic Colors of #DF8582
Black with #DF8582
Text Example
Text Example
White with #DF8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8582; }
p { color: rgb(223,133,130); }
H1.HeaderClassName
{
color: #DF8582;
}
.AnyTagClassName
{
color: #DF8582;
}
</style>
background-color css
<style>
a { background-color: #DF8582; }
a { background-color: rgb(223,133,130); }
div.DivClassName
{
background-color: #DF8582;
}
.BgClassName
{
background-color: #DF8582;
}
</style>
border-color css
<style>
span { border-color: #DF8582; }
span { border-color: rgb(223,133,130); }
td.TdClassName
{
border-color: #DF8582;
}
.TagClassName
{
border-color: #DF8582;
}
</style>