Shades of Sea Pink #DB7977
Tints of Sea Pink #DB7977
RGB
CMYK
RGB Variations
Color information
#DB7977 (or 0xDB7977) is known color: Sea Pink. HEX triplet: DB, 79 and 77. RGB value is (219,121,119). Sum of RGB (Red+Green+Blue) = 219+121+119=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7977 is #248688. Grayscale: #969696. Windows color (decimal): -2393737 or 7829979. OLE color: 7829979.
HSL color Cylindrical-coordinate representation of color #DB7977: hue angle of 1.2º 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 #DB7977 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 119 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.14 |
| HSL | 1.2º | 0.58% | 0.66% | - |
| HSV(B) | 1.2º | 0.46% | 0.86% | - |
| XYZ | 39.38 | 30.07 | 21.18 | - |
| YUV | 150.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 119 | 0 | 0.45 | 0.46 | 0.14 | 1.2 | 0.58 | 0.66 |
| Hex | DB | 79 | 77 | 0 | 2D | 2E | E | 1 | 3A | 42 |
| Octal | 333 | 171 | 167 | 0 | 55 | 56 | 16 | 1 | 72 | 102 |
| Binary | 11011011 | 1111001 | 1110111 | 0 | 101101 | 101110 | 1110 | 1 | 111010 | 1000010 |
Color Harmonies of #DB7977
Complementary color
Monochromatic Colors of #DB7977
Black with #DB7977
Text Example
Text Example
White with #DB7977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7977; }
p { color: rgb(219,121,119); }
H1.HeaderClassName
{
color: #DB7977;
}
.AnyTagClassName
{
color: #DB7977;
}
</style>
background-color css
<style>
a { background-color: #DB7977; }
a { background-color: rgb(219,121,119); }
div.DivClassName
{
background-color: #DB7977;
}
.BgClassName
{
background-color: #DB7977;
}
</style>
border-color css
<style>
span { border-color: #DB7977; }
span { border-color: rgb(219,121,119); }
td.TdClassName
{
border-color: #DB7977;
}
.TagClassName
{
border-color: #DB7977;
}
</style>