Shades of Sea Pink #DB7F78
Tints of Sea Pink #DB7F78
RGB
CMYK
RGB Variations
Color information
#DB7F78 (or 0xDB7F78) is known color: Sea Pink. HEX triplet: DB, 7F and 78. RGB value is (219,127,120). Sum of RGB (Red+Green+Blue) = 219+127+120=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F78 is #248087. Grayscale: #999999. Windows color (decimal): -2392200 or 7897051. OLE color: 7897051.
HSL color Cylindrical-coordinate representation of color #DB7F78: hue angle of 4.24º 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 #DB7F78 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 120 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.14 |
| HSL | 4.24º | 0.58% | 0.66% | - |
| HSV(B) | 4.24º | 0.45% | 0.86% | - |
| XYZ | 40.19 | 31.59 | 21.75 | - |
| YUV | 153.71 | 108.98 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 120 | 0 | 0.42 | 0.45 | 0.14 | 4.24 | 0.58 | 0.66 |
| Hex | DB | 7F | 78 | 0 | 2A | 2D | E | 4 | 3A | 42 |
| Octal | 333 | 177 | 170 | 0 | 52 | 55 | 16 | 4 | 72 | 102 |
| Binary | 11011011 | 1111111 | 1111000 | 0 | 101010 | 101101 | 1110 | 100 | 111010 | 1000010 |
Color Harmonies of #DB7F78
Complementary color
Monochromatic Colors of #DB7F78
Black with #DB7F78
Text Example
Text Example
White with #DB7F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F78; }
p { color: rgb(219,127,120); }
H1.HeaderClassName
{
color: #DB7F78;
}
.AnyTagClassName
{
color: #DB7F78;
}
</style>
background-color css
<style>
a { background-color: #DB7F78; }
a { background-color: rgb(219,127,120); }
div.DivClassName
{
background-color: #DB7F78;
}
.BgClassName
{
background-color: #DB7F78;
}
</style>
border-color css
<style>
span { border-color: #DB7F78; }
span { border-color: rgb(219,127,120); }
td.TdClassName
{
border-color: #DB7F78;
}
.TagClassName
{
border-color: #DB7F78;
}
</style>