Shades of Sea Pink #DE8A87
Tints of Sea Pink #DE8A87
RGB
CMYK
RGB Variations
Color information
#DE8A87 (or 0xDE8A87) is known color: Sea Pink. HEX triplet: DE, 8A and 87. RGB value is (222,138,135). Sum of RGB (Red+Green+Blue) = 222+138+135=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8A87 is #217578. Grayscale: #A2A2A2. Windows color (decimal): -2192761 or 8882910. OLE color: 8882910.
HSL color Cylindrical-coordinate representation of color #DE8A87: hue angle of 2.07º degrees, saturation: 0.57, 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 #DE8A87 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 135 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.13 |
| HSL | 2.07º | 0.57% | 0.7% | - |
| HSV(B) | 2.07º | 0.39% | 0.87% | - |
| XYZ | 43.59 | 35.46 | 27.47 | - |
| YUV | 162.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 135 | 0 | 0.38 | 0.39 | 0.13 | 2.07 | 0.57 | 0.7 |
| Hex | DE | 8A | 87 | 0 | 26 | 27 | D | 2 | 39 | 46 |
| Octal | 336 | 212 | 207 | 0 | 46 | 47 | 15 | 2 | 71 | 106 |
| Binary | 11011110 | 10001010 | 10000111 | 0 | 100110 | 100111 | 1101 | 10 | 111001 | 1000110 |
Color Harmonies of #DE8A87
Complementary color
Monochromatic Colors of #DE8A87
Black with #DE8A87
Text Example
Text Example
White with #DE8A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A87; }
p { color: rgb(222,138,135); }
H1.HeaderClassName
{
color: #DE8A87;
}
.AnyTagClassName
{
color: #DE8A87;
}
</style>
background-color css
<style>
a { background-color: #DE8A87; }
a { background-color: rgb(222,138,135); }
div.DivClassName
{
background-color: #DE8A87;
}
.BgClassName
{
background-color: #DE8A87;
}
</style>
border-color css
<style>
span { border-color: #DE8A87; }
span { border-color: rgb(222,138,135); }
td.TdClassName
{
border-color: #DE8A87;
}
.TagClassName
{
border-color: #DE8A87;
}
</style>