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