Shades of Sea Pink #DE7E7E
Tints of Sea Pink #DE7E7E
RGB
CMYK
RGB Variations
Color information
#DE7E7E (or 0xDE7E7E) is known color: Sea Pink. HEX triplet: DE, 7E and 7E. RGB value is (222,126,126). Sum of RGB (Red+Green+Blue) = 222+126+126=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E7E is #218181. Grayscale: #9A9A9A. Windows color (decimal): -2195842 or 8290014. OLE color: 8290014.
HSL color Cylindrical-coordinate representation of color #DE7E7E: hue angle of 0º 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 #DE7E7E is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 126 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.13 |
| HSL | 0º | 0.59% | 0.68% | - |
| HSV(B) | 0º | 0.43% | 0.87% | - |
| XYZ | 41.35 | 31.96 | 23.73 | - |
| YUV | 154.7 | 111.8 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 126 | 0 | 0.43 | 0.43 | 0.13 | 0 | 0.59 | 0.68 |
| Hex | DE | 7E | 7E | 0 | 2B | 2B | D | 0 | 3B | 44 |
| Octal | 336 | 176 | 176 | 0 | 53 | 53 | 15 | 0 | 73 | 104 |
| Binary | 11011110 | 1111110 | 1111110 | 0 | 101011 | 101011 | 1101 | 0 | 111011 | 1000100 |
Color Harmonies of #DE7E7E
Complementary color
Monochromatic Colors of #DE7E7E
Black with #DE7E7E
Text Example
Text Example
White with #DE7E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7E7E; }
p { color: rgb(222,126,126); }
H1.HeaderClassName
{
color: #DE7E7E;
}
.AnyTagClassName
{
color: #DE7E7E;
}
</style>
background-color css
<style>
a { background-color: #DE7E7E; }
a { background-color: rgb(222,126,126); }
div.DivClassName
{
background-color: #DE7E7E;
}
.BgClassName
{
background-color: #DE7E7E;
}
</style>
border-color css
<style>
span { border-color: #DE7E7E; }
span { border-color: rgb(222,126,126); }
td.TdClassName
{
border-color: #DE7E7E;
}
.TagClassName
{
border-color: #DE7E7E;
}
</style>