Shades of Sea Pink #DF8A87
Tints of Sea Pink #DF8A87
RGB
CMYK
RGB Variations
Color information
#DF8A87 (or 0xDF8A87) is known color: Sea Pink. HEX triplet: DF, 8A and 87. RGB value is (223,138,135). Sum of RGB (Red+Green+Blue) = 223+138+135=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A87 is #207578. Grayscale: #A3A3A3. Windows color (decimal): -2127225 or 8882911. OLE color: 8882911.
HSL color Cylindrical-coordinate representation of color #DF8A87: hue angle of 2.05º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8A87 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 135 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.13 |
| HSL | 2.05º | 0.58% | 0.7% | - |
| HSV(B) | 2.05º | 0.39% | 0.87% | - |
| XYZ | 43.89 | 35.61 | 27.48 | - |
| YUV | 163.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 135 | 0 | 0.38 | 0.39 | 0.13 | 2.05 | 0.58 | 0.7 |
| Hex | DF | 8A | 87 | 0 | 26 | 27 | D | 2 | 3A | 46 |
| Octal | 337 | 212 | 207 | 0 | 46 | 47 | 15 | 2 | 72 | 106 |
| Binary | 11011111 | 10001010 | 10000111 | 0 | 100110 | 100111 | 1101 | 10 | 111010 | 1000110 |
Color Harmonies of #DF8A87
Complementary color
Monochromatic Colors of #DF8A87
Black with #DF8A87
Text Example
Text Example
White with #DF8A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A87; }
p { color: rgb(223,138,135); }
H1.HeaderClassName
{
color: #DF8A87;
}
.AnyTagClassName
{
color: #DF8A87;
}
</style>
background-color css
<style>
a { background-color: #DF8A87; }
a { background-color: rgb(223,138,135); }
div.DivClassName
{
background-color: #DF8A87;
}
.BgClassName
{
background-color: #DF8A87;
}
</style>
border-color css
<style>
span { border-color: #DF8A87; }
span { border-color: rgb(223,138,135); }
td.TdClassName
{
border-color: #DF8A87;
}
.TagClassName
{
border-color: #DF8A87;
}
</style>