Shades of Sea Pink #DF8884
Tints of Sea Pink #DF8884
RGB
CMYK
RGB Variations
Color information
#DF8884 (or 0xDF8884) is known color: Sea Pink. HEX triplet: DF, 88 and 84. RGB value is (223,136,132). Sum of RGB (Red+Green+Blue) = 223+136+132=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8884 is #20777B. Grayscale: #A1A1A1. Windows color (decimal): -2127740 or 8685791. OLE color: 8685791.
HSL color Cylindrical-coordinate representation of color #DF8884: hue angle of 2.64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8884 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 132 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.13 |
| HSL | 2.64º | 0.59% | 0.7% | - |
| HSV(B) | 2.64º | 0.41% | 0.87% | - |
| XYZ | 43.4 | 34.96 | 26.29 | - |
| YUV | 161.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 132 | 0 | 0.39 | 0.41 | 0.13 | 2.64 | 0.59 | 0.7 |
| Hex | DF | 88 | 84 | 0 | 27 | 29 | D | 3 | 3B | 46 |
| Octal | 337 | 210 | 204 | 0 | 47 | 51 | 15 | 3 | 73 | 106 |
| Binary | 11011111 | 10001000 | 10000100 | 0 | 100111 | 101001 | 1101 | 11 | 111011 | 1000110 |
Color Harmonies of #DF8884
Complementary color
Monochromatic Colors of #DF8884
Black with #DF8884
Text Example
Text Example
White with #DF8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8884; }
p { color: rgb(223,136,132); }
H1.HeaderClassName
{
color: #DF8884;
}
.AnyTagClassName
{
color: #DF8884;
}
</style>
background-color css
<style>
a { background-color: #DF8884; }
a { background-color: rgb(223,136,132); }
div.DivClassName
{
background-color: #DF8884;
}
.BgClassName
{
background-color: #DF8884;
}
</style>
border-color css
<style>
span { border-color: #DF8884; }
span { border-color: rgb(223,136,132); }
td.TdClassName
{
border-color: #DF8884;
}
.TagClassName
{
border-color: #DF8884;
}
</style>