Shades of Sea Pink #DB807D
Tints of Sea Pink #DB807D
RGB
CMYK
RGB Variations
Color information
#DB807D (or 0xDB807D) is known color: Sea Pink. HEX triplet: DB, 80 and 7D. RGB value is (219,128,125). Sum of RGB (Red+Green+Blue) = 219+128+125=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB807D is #247F82. Grayscale: #9A9A9A. Windows color (decimal): -2391939 or 8224987. OLE color: 8224987.
HSL color Cylindrical-coordinate representation of color #DB807D: hue angle of 1.91º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB807D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 125 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.14 |
| HSL | 1.91º | 0.57% | 0.67% | - |
| HSV(B) | 1.91º | 0.43% | 0.86% | - |
| XYZ | 40.63 | 31.98 | 23.43 | - |
| YUV | 154.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 125 | 0 | 0.42 | 0.43 | 0.14 | 1.91 | 0.57 | 0.67 |
| Hex | DB | 80 | 7D | 0 | 2A | 2B | E | 2 | 39 | 43 |
| Octal | 333 | 200 | 175 | 0 | 52 | 53 | 16 | 2 | 71 | 103 |
| Binary | 11011011 | 10000000 | 1111101 | 0 | 101010 | 101011 | 1110 | 10 | 111001 | 1000011 |
Color Harmonies of #DB807D
Complementary color
Monochromatic Colors of #DB807D
Black with #DB807D
Text Example
Text Example
White with #DB807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB807D; }
p { color: rgb(219,128,125); }
H1.HeaderClassName
{
color: #DB807D;
}
.AnyTagClassName
{
color: #DB807D;
}
</style>
background-color css
<style>
a { background-color: #DB807D; }
a { background-color: rgb(219,128,125); }
div.DivClassName
{
background-color: #DB807D;
}
.BgClassName
{
background-color: #DB807D;
}
</style>
border-color css
<style>
span { border-color: #DB807D; }
span { border-color: rgb(219,128,125); }
td.TdClassName
{
border-color: #DB807D;
}
.TagClassName
{
border-color: #DB807D;
}
</style>