Shades of Sea Pink #DE8483
Tints of Sea Pink #DE8483
RGB
CMYK
RGB Variations
Color information
#DE8483 (or 0xDE8483) is known color: Sea Pink. HEX triplet: DE, 84 and 83. RGB value is (222,132,131). Sum of RGB (Red+Green+Blue) = 222+132+131=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8483 is #217B7C. Grayscale: #9E9E9E. Windows color (decimal): -2194301 or 8619230. OLE color: 8619230.
HSL color Cylindrical-coordinate representation of color #DE8483: hue angle of 0.66º 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 #DE8483 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 131 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.13 |
| HSL | 0.66º | 0.58% | 0.69% | - |
| HSV(B) | 0.66º | 0.41% | 0.87% | - |
| XYZ | 42.47 | 33.67 | 25.73 | - |
| YUV | 158.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 131 | 0 | 0.41 | 0.41 | 0.13 | 0.66 | 0.58 | 0.69 |
| Hex | DE | 84 | 83 | 0 | 29 | 29 | D | 1 | 3A | 45 |
| Octal | 336 | 204 | 203 | 0 | 51 | 51 | 15 | 1 | 72 | 105 |
| Binary | 11011110 | 10000100 | 10000011 | 0 | 101001 | 101001 | 1101 | 1 | 111010 | 1000101 |
Color Harmonies of #DE8483
Complementary color
Monochromatic Colors of #DE8483
Black with #DE8483
Text Example
Text Example
White with #DE8483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8483; }
p { color: rgb(222,132,131); }
H1.HeaderClassName
{
color: #DE8483;
}
.AnyTagClassName
{
color: #DE8483;
}
</style>
background-color css
<style>
a { background-color: #DE8483; }
a { background-color: rgb(222,132,131); }
div.DivClassName
{
background-color: #DE8483;
}
.BgClassName
{
background-color: #DE8483;
}
</style>
border-color css
<style>
span { border-color: #DE8483; }
span { border-color: rgb(222,132,131); }
td.TdClassName
{
border-color: #DE8483;
}
.TagClassName
{
border-color: #DE8483;
}
</style>