Shades of Sea Pink #DE8782
Tints of Sea Pink #DE8782
RGB
CMYK
RGB Variations
Color information
#DE8782 (or 0xDE8782) is known color: Sea Pink. HEX triplet: DE, 87 and 82. RGB value is (222,135,130). Sum of RGB (Red+Green+Blue) = 222+135+130=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8782 is #21787D. Grayscale: #A0A0A0. Windows color (decimal): -2193534 or 8554462. OLE color: 8554462.
HSL color Cylindrical-coordinate representation of color #DE8782: hue angle of 3.26º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE8782 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 130 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.13 |
| HSL | 3.26º | 0.58% | 0.69% | - |
| HSV(B) | 3.26º | 0.41% | 0.87% | - |
| XYZ | 42.82 | 34.47 | 25.52 | - |
| YUV | 160.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 130 | 0 | 0.39 | 0.41 | 0.13 | 3.26 | 0.58 | 0.69 |
| Hex | DE | 87 | 82 | 0 | 27 | 29 | D | 3 | 3A | 45 |
| Octal | 336 | 207 | 202 | 0 | 47 | 51 | 15 | 3 | 72 | 105 |
| Binary | 11011110 | 10000111 | 10000010 | 0 | 100111 | 101001 | 1101 | 11 | 111010 | 1000101 |
Color Harmonies of #DE8782
Complementary color
Monochromatic Colors of #DE8782
Black with #DE8782
Text Example
Text Example
White with #DE8782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8782; }
p { color: rgb(222,135,130); }
H1.HeaderClassName
{
color: #DE8782;
}
.AnyTagClassName
{
color: #DE8782;
}
</style>
background-color css
<style>
a { background-color: #DE8782; }
a { background-color: rgb(222,135,130); }
div.DivClassName
{
background-color: #DE8782;
}
.BgClassName
{
background-color: #DE8782;
}
</style>
border-color css
<style>
span { border-color: #DE8782; }
span { border-color: rgb(222,135,130); }
td.TdClassName
{
border-color: #DE8782;
}
.TagClassName
{
border-color: #DE8782;
}
</style>