Shades of Sea Pink #DB7E78
Tints of Sea Pink #DB7E78
RGB
CMYK
RGB Variations
Color information
#DB7E78 (or 0xDB7E78) is known color: Sea Pink. HEX triplet: DB, 7E and 78. RGB value is (219,126,120). Sum of RGB (Red+Green+Blue) = 219+126+120=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E78 is #248187. Grayscale: #999999. Windows color (decimal): -2392456 or 7896795. OLE color: 7896795.
HSL color Cylindrical-coordinate representation of color #DB7E78: hue angle of 3.64º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7E78 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 120 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.14 |
| HSL | 3.64º | 0.58% | 0.66% | - |
| HSV(B) | 3.64º | 0.45% | 0.86% | - |
| XYZ | 40.06 | 31.34 | 21.71 | - |
| YUV | 153.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 120 | 0 | 0.42 | 0.45 | 0.14 | 3.64 | 0.58 | 0.66 |
| Hex | DB | 7E | 78 | 0 | 2A | 2D | E | 4 | 3A | 42 |
| Octal | 333 | 176 | 170 | 0 | 52 | 55 | 16 | 4 | 72 | 102 |
| Binary | 11011011 | 1111110 | 1111000 | 0 | 101010 | 101101 | 1110 | 100 | 111010 | 1000010 |
Color Harmonies of #DB7E78
Complementary color
Monochromatic Colors of #DB7E78
Black with #DB7E78
Text Example
Text Example
White with #DB7E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E78; }
p { color: rgb(219,126,120); }
H1.HeaderClassName
{
color: #DB7E78;
}
.AnyTagClassName
{
color: #DB7E78;
}
</style>
background-color css
<style>
a { background-color: #DB7E78; }
a { background-color: rgb(219,126,120); }
div.DivClassName
{
background-color: #DB7E78;
}
.BgClassName
{
background-color: #DB7E78;
}
</style>
border-color css
<style>
span { border-color: #DB7E78; }
span { border-color: rgb(219,126,120); }
td.TdClassName
{
border-color: #DB7E78;
}
.TagClassName
{
border-color: #DB7E78;
}
</style>