Shades of Sea Pink #DE8080
Tints of Sea Pink #DE8080
RGB
CMYK
RGB Variations
Color information
#DE8080 (or 0xDE8080) is known color: Sea Pink. HEX triplet: DE, 80 and 80. RGB value is (222,128,128). Sum of RGB (Red+Green+Blue) = 222+128+128=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8080 is #217F7F. Grayscale: #9C9C9C. Windows color (decimal): -2195328 or 8421598. OLE color: 8421598.
HSL color Cylindrical-coordinate representation of color #DE8080: hue angle of 0º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE8080 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 128 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.13 |
| HSL | 0º | 0.59% | 0.69% | - |
| HSV(B) | 0º | 0.42% | 0.87% | - |
| XYZ | 41.74 | 32.53 | 24.5 | - |
| YUV | 156.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 128 | 0 | 0.42 | 0.42 | 0.13 | 0 | 0.59 | 0.69 |
| Hex | DE | 80 | 80 | 0 | 2A | 2A | D | 0 | 3B | 45 |
| Octal | 336 | 200 | 200 | 0 | 52 | 52 | 15 | 0 | 73 | 105 |
| Binary | 11011110 | 10000000 | 10000000 | 0 | 101010 | 101010 | 1101 | 0 | 111011 | 1000101 |
Color Harmonies of #DE8080
Complementary color
Monochromatic Colors of #DE8080
Black with #DE8080
Text Example
Text Example
White with #DE8080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8080; }
p { color: rgb(222,128,128); }
H1.HeaderClassName
{
color: #DE8080;
}
.AnyTagClassName
{
color: #DE8080;
}
</style>
background-color css
<style>
a { background-color: #DE8080; }
a { background-color: rgb(222,128,128); }
div.DivClassName
{
background-color: #DE8080;
}
.BgClassName
{
background-color: #DE8080;
}
</style>
border-color css
<style>
span { border-color: #DE8080; }
span { border-color: rgb(222,128,128); }
td.TdClassName
{
border-color: #DE8080;
}
.TagClassName
{
border-color: #DE8080;
}
</style>