Shades of Sea Pink #DB7979
Tints of Sea Pink #DB7979
RGB
CMYK
RGB Variations
Color information
#DB7979 (or 0xDB7979) is known color: Sea Pink. HEX triplet: DB, 79 and 79. RGB value is (219,121,121). Sum of RGB (Red+Green+Blue) = 219+121+121=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7979 is #248686. Grayscale: #969696. Windows color (decimal): -2393735 or 7961051. OLE color: 7961051.
HSL color Cylindrical-coordinate representation of color #DB7979: hue angle of 0º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7979 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 121 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.14 |
| HSL | 0º | 0.58% | 0.67% | - |
| HSV(B) | 0º | 0.45% | 0.86% | - |
| XYZ | 39.5 | 30.12 | 21.82 | - |
| YUV | 150.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 121 | 0 | 0.45 | 0.45 | 0.14 | 0 | 0.58 | 0.67 |
| Hex | DB | 79 | 79 | 0 | 2D | 2D | E | 0 | 3A | 43 |
| Octal | 333 | 171 | 171 | 0 | 55 | 55 | 16 | 0 | 72 | 103 |
| Binary | 11011011 | 1111001 | 1111001 | 0 | 101101 | 101101 | 1110 | 0 | 111010 | 1000011 |
Color Harmonies of #DB7979
Complementary color
Monochromatic Colors of #DB7979
Black with #DB7979
Text Example
Text Example
White with #DB7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7979; }
p { color: rgb(219,121,121); }
H1.HeaderClassName
{
color: #DB7979;
}
.AnyTagClassName
{
color: #DB7979;
}
</style>
background-color css
<style>
a { background-color: #DB7979; }
a { background-color: rgb(219,121,121); }
div.DivClassName
{
background-color: #DB7979;
}
.BgClassName
{
background-color: #DB7979;
}
</style>
border-color css
<style>
span { border-color: #DB7979; }
span { border-color: rgb(219,121,121); }
td.TdClassName
{
border-color: #DB7979;
}
.TagClassName
{
border-color: #DB7979;
}
</style>