Shades of Sea Pink #DE7D7D
Tints of Sea Pink #DE7D7D
RGB
CMYK
RGB Variations
Color information
#DE7D7D (or 0xDE7D7D) is known color: Sea Pink. HEX triplet: DE, 7D and 7D. RGB value is (222,125,125). Sum of RGB (Red+Green+Blue) = 222+125+125=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D7D is #218282. Grayscale: #9A9A9A. Windows color (decimal): -2196099 or 8224222. OLE color: 8224222.
HSL color Cylindrical-coordinate representation of color #DE7D7D: hue angle of 0º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7D7D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 125 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.13 |
| HSL | 0º | 0.6% | 0.68% | - |
| HSV(B) | 0º | 0.44% | 0.87% | - |
| XYZ | 41.16 | 31.68 | 23.35 | - |
| YUV | 154 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 125 | 0 | 0.44 | 0.44 | 0.13 | 0 | 0.6 | 0.68 |
| Hex | DE | 7D | 7D | 0 | 2C | 2C | D | 0 | 3C | 44 |
| Octal | 336 | 175 | 175 | 0 | 54 | 54 | 15 | 0 | 74 | 104 |
| Binary | 11011110 | 1111101 | 1111101 | 0 | 101100 | 101100 | 1101 | 0 | 111100 | 1000100 |
Color Harmonies of #DE7D7D
Complementary color
Monochromatic Colors of #DE7D7D
Black with #DE7D7D
Text Example
Text Example
White with #DE7D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D7D; }
p { color: rgb(222,125,125); }
H1.HeaderClassName
{
color: #DE7D7D;
}
.AnyTagClassName
{
color: #DE7D7D;
}
</style>
background-color css
<style>
a { background-color: #DE7D7D; }
a { background-color: rgb(222,125,125); }
div.DivClassName
{
background-color: #DE7D7D;
}
.BgClassName
{
background-color: #DE7D7D;
}
</style>
border-color css
<style>
span { border-color: #DE7D7D; }
span { border-color: rgb(222,125,125); }
td.TdClassName
{
border-color: #DE7D7D;
}
.TagClassName
{
border-color: #DE7D7D;
}
</style>