Shades of Sea Pink #DE8179
Tints of Sea Pink #DE8179
RGB
CMYK
RGB Variations
Color information
#DE8179 (or 0xDE8179) is known color: Sea Pink. HEX triplet: DE, 81 and 79. RGB value is (222,129,121). Sum of RGB (Red+Green+Blue) = 222+129+121=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8179 is #217E86. Grayscale: #9C9C9C. Windows color (decimal): -2195079 or 7963102. OLE color: 7963102.
HSL color Cylindrical-coordinate representation of color #DE8179: hue angle of 4.75º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE8179 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 121 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.13 |
| HSL | 4.75º | 0.6% | 0.67% | - |
| HSV(B) | 4.75º | 0.45% | 0.87% | - |
| XYZ | 41.43 | 32.61 | 22.2 | - |
| YUV | 155.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 121 | 0 | 0.42 | 0.45 | 0.13 | 4.75 | 0.6 | 0.67 |
| Hex | DE | 81 | 79 | 0 | 2A | 2D | D | 5 | 3C | 43 |
| Octal | 336 | 201 | 171 | 0 | 52 | 55 | 15 | 5 | 74 | 103 |
| Binary | 11011110 | 10000001 | 1111001 | 0 | 101010 | 101101 | 1101 | 101 | 111100 | 1000011 |
Color Harmonies of #DE8179
Complementary color
Monochromatic Colors of #DE8179
Black with #DE8179
Text Example
Text Example
White with #DE8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8179; }
p { color: rgb(222,129,121); }
H1.HeaderClassName
{
color: #DE8179;
}
.AnyTagClassName
{
color: #DE8179;
}
</style>
background-color css
<style>
a { background-color: #DE8179; }
a { background-color: rgb(222,129,121); }
div.DivClassName
{
background-color: #DE8179;
}
.BgClassName
{
background-color: #DE8179;
}
</style>
border-color css
<style>
span { border-color: #DE8179; }
span { border-color: rgb(222,129,121); }
td.TdClassName
{
border-color: #DE8179;
}
.TagClassName
{
border-color: #DE8179;
}
</style>