Shades of Sea Pink #DE7B79
Tints of Sea Pink #DE7B79
RGB
CMYK
RGB Variations
Color information
#DE7B79 (or 0xDE7B79) is known color: Sea Pink. HEX triplet: DE, 7B and 79. RGB value is (222,123,121). Sum of RGB (Red+Green+Blue) = 222+123+121=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B79 is #218486. Grayscale: #989898. Windows color (decimal): -2196615 or 7961566. OLE color: 7961566.
HSL color Cylindrical-coordinate representation of color #DE7B79: hue angle of 1.19º 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 #DE7B79 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 121 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.13 |
| HSL | 1.19º | 0.6% | 0.67% | - |
| HSV(B) | 1.19º | 0.45% | 0.87% | - |
| XYZ | 40.66 | 31.08 | 21.94 | - |
| YUV | 152.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 121 | 0 | 0.45 | 0.45 | 0.13 | 1.19 | 0.6 | 0.67 |
| Hex | DE | 7B | 79 | 0 | 2D | 2D | D | 1 | 3C | 43 |
| Octal | 336 | 173 | 171 | 0 | 55 | 55 | 15 | 1 | 74 | 103 |
| Binary | 11011110 | 1111011 | 1111001 | 0 | 101101 | 101101 | 1101 | 1 | 111100 | 1000011 |
Color Harmonies of #DE7B79
Complementary color
Monochromatic Colors of #DE7B79
Black with #DE7B79
Text Example
Text Example
White with #DE7B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B79; }
p { color: rgb(222,123,121); }
H1.HeaderClassName
{
color: #DE7B79;
}
.AnyTagClassName
{
color: #DE7B79;
}
</style>
background-color css
<style>
a { background-color: #DE7B79; }
a { background-color: rgb(222,123,121); }
div.DivClassName
{
background-color: #DE7B79;
}
.BgClassName
{
background-color: #DE7B79;
}
</style>
border-color css
<style>
span { border-color: #DE7B79; }
span { border-color: rgb(222,123,121); }
td.TdClassName
{
border-color: #DE7B79;
}
.TagClassName
{
border-color: #DE7B79;
}
</style>