Shades of Sea Pink #DE827F
Tints of Sea Pink #DE827F
RGB
CMYK
RGB Variations
Color information
#DE827F (or 0xDE827F) is known color: Sea Pink. HEX triplet: DE, 82 and 7F. RGB value is (222,130,127). Sum of RGB (Red+Green+Blue) = 222+130+127=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE827F is #217D80. Grayscale: #9D9D9D. Windows color (decimal): -2194817 or 8356574. OLE color: 8356574.
HSL color Cylindrical-coordinate representation of color #DE827F: hue angle of 1.89º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE827F is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 127 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.13 |
| HSL | 1.89º | 0.59% | 0.68% | - |
| HSV(B) | 1.89º | 0.43% | 0.87% | - |
| XYZ | 41.94 | 33.03 | 24.24 | - |
| YUV | 157.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 127 | 0 | 0.41 | 0.43 | 0.13 | 1.89 | 0.59 | 0.68 |
| Hex | DE | 82 | 7F | 0 | 29 | 2B | D | 2 | 3B | 44 |
| Octal | 336 | 202 | 177 | 0 | 51 | 53 | 15 | 2 | 73 | 104 |
| Binary | 11011110 | 10000010 | 1111111 | 0 | 101001 | 101011 | 1101 | 10 | 111011 | 1000100 |
Color Harmonies of #DE827F
Complementary color
Monochromatic Colors of #DE827F
Black with #DE827F
Text Example
Text Example
White with #DE827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE827F; }
p { color: rgb(222,130,127); }
H1.HeaderClassName
{
color: #DE827F;
}
.AnyTagClassName
{
color: #DE827F;
}
</style>
background-color css
<style>
a { background-color: #DE827F; }
a { background-color: rgb(222,130,127); }
div.DivClassName
{
background-color: #DE827F;
}
.BgClassName
{
background-color: #DE827F;
}
</style>
border-color css
<style>
span { border-color: #DE827F; }
span { border-color: rgb(222,130,127); }
td.TdClassName
{
border-color: #DE827F;
}
.TagClassName
{
border-color: #DE827F;
}
</style>