Shades of Sea Pink #DB7776
Tints of Sea Pink #DB7776
RGB
CMYK
RGB Variations
Color information
#DB7776 (or 0xDB7776) is known color: Sea Pink. HEX triplet: DB, 77 and 76. RGB value is (219,119,118). Sum of RGB (Red+Green+Blue) = 219+119+118=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7776 is #248889. Grayscale: #949494. Windows color (decimal): -2394250 or 7763931. OLE color: 7763931.
HSL color Cylindrical-coordinate representation of color #DB7776: hue angle of 0.59º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7776 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 118 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.14 |
| HSL | 0.59º | 0.58% | 0.66% | - |
| HSV(B) | 0.59º | 0.46% | 0.86% | - |
| XYZ | 39.08 | 29.56 | 20.79 | - |
| YUV | 148.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 118 | 0 | 0.46 | 0.46 | 0.14 | 0.59 | 0.58 | 0.66 |
| Hex | DB | 77 | 76 | 0 | 2E | 2E | E | 1 | 3A | 42 |
| Octal | 333 | 167 | 166 | 0 | 56 | 56 | 16 | 1 | 72 | 102 |
| Binary | 11011011 | 1110111 | 1110110 | 0 | 101110 | 101110 | 1110 | 1 | 111010 | 1000010 |
Color Harmonies of #DB7776
Complementary color
Monochromatic Colors of #DB7776
Black with #DB7776
Text Example
Text Example
White with #DB7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7776; }
p { color: rgb(219,119,118); }
H1.HeaderClassName
{
color: #DB7776;
}
.AnyTagClassName
{
color: #DB7776;
}
</style>
background-color css
<style>
a { background-color: #DB7776; }
a { background-color: rgb(219,119,118); }
div.DivClassName
{
background-color: #DB7776;
}
.BgClassName
{
background-color: #DB7776;
}
</style>
border-color css
<style>
span { border-color: #DB7776; }
span { border-color: rgb(219,119,118); }
td.TdClassName
{
border-color: #DB7776;
}
.TagClassName
{
border-color: #DB7776;
}
</style>