Shades of Sea Pink #DB807A
Tints of Sea Pink #DB807A
RGB
CMYK
RGB Variations
Color information
#DB807A (or 0xDB807A) is known color: Sea Pink. HEX triplet: DB, 80 and 7A. RGB value is (219,128,122). Sum of RGB (Red+Green+Blue) = 219+128+122=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB807A is #247F85. Grayscale: #9A9A9A. Windows color (decimal): -2391942 or 8028379. OLE color: 8028379.
HSL color Cylindrical-coordinate representation of color #DB807A: hue angle of 3.71º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB807A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 122 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.14 |
| HSL | 3.71º | 0.57% | 0.67% | - |
| HSV(B) | 3.71º | 0.44% | 0.86% | - |
| XYZ | 40.45 | 31.9 | 22.44 | - |
| YUV | 154.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 122 | 0 | 0.42 | 0.44 | 0.14 | 3.71 | 0.57 | 0.67 |
| Hex | DB | 80 | 7A | 0 | 2A | 2C | E | 4 | 39 | 43 |
| Octal | 333 | 200 | 172 | 0 | 52 | 54 | 16 | 4 | 71 | 103 |
| Binary | 11011011 | 10000000 | 1111010 | 0 | 101010 | 101100 | 1110 | 100 | 111001 | 1000011 |
Color Harmonies of #DB807A
Complementary color
Monochromatic Colors of #DB807A
Black with #DB807A
Text Example
Text Example
White with #DB807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB807A; }
p { color: rgb(219,128,122); }
H1.HeaderClassName
{
color: #DB807A;
}
.AnyTagClassName
{
color: #DB807A;
}
</style>
background-color css
<style>
a { background-color: #DB807A; }
a { background-color: rgb(219,128,122); }
div.DivClassName
{
background-color: #DB807A;
}
.BgClassName
{
background-color: #DB807A;
}
</style>
border-color css
<style>
span { border-color: #DB807A; }
span { border-color: rgb(219,128,122); }
td.TdClassName
{
border-color: #DB807A;
}
.TagClassName
{
border-color: #DB807A;
}
</style>