Shades of Sea Pink #DB7777
Tints of Sea Pink #DB7777
RGB
CMYK
RGB Variations
Color information
#DB7777 (or 0xDB7777) is known color: Sea Pink. HEX triplet: DB, 77 and 77. RGB value is (219,119,119). Sum of RGB (Red+Green+Blue) = 219+119+119=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7777 is #248888. Grayscale: #959595. Windows color (decimal): -2394249 or 7829467. OLE color: 7829467.
HSL color Cylindrical-coordinate representation of color #DB7777: hue angle of 0º 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 #DB7777 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 119 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.14 |
| HSL | 0º | 0.58% | 0.66% | - |
| HSV(B) | 0º | 0.46% | 0.86% | - |
| XYZ | 39.14 | 29.59 | 21.1 | - |
| YUV | 148.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 119 | 0 | 0.46 | 0.46 | 0.14 | 0 | 0.58 | 0.66 |
| Hex | DB | 77 | 77 | 0 | 2E | 2E | E | 0 | 3A | 42 |
| Octal | 333 | 167 | 167 | 0 | 56 | 56 | 16 | 0 | 72 | 102 |
| Binary | 11011011 | 1110111 | 1110111 | 0 | 101110 | 101110 | 1110 | 0 | 111010 | 1000010 |
Color Harmonies of #DB7777
Complementary color
Monochromatic Colors of #DB7777
Black with #DB7777
Text Example
Text Example
White with #DB7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7777; }
p { color: rgb(219,119,119); }
H1.HeaderClassName
{
color: #DB7777;
}
.AnyTagClassName
{
color: #DB7777;
}
</style>
background-color css
<style>
a { background-color: #DB7777; }
a { background-color: rgb(219,119,119); }
div.DivClassName
{
background-color: #DB7777;
}
.BgClassName
{
background-color: #DB7777;
}
</style>
border-color css
<style>
span { border-color: #DB7777; }
span { border-color: rgb(219,119,119); }
td.TdClassName
{
border-color: #DB7777;
}
.TagClassName
{
border-color: #DB7777;
}
</style>