Shades of Sea Pink #DB807E
Tints of Sea Pink #DB807E
RGB
CMYK
RGB Variations
Color information
#DB807E (or 0xDB807E) is known color: Sea Pink. HEX triplet: DB, 80 and 7E. RGB value is (219,128,126). Sum of RGB (Red+Green+Blue) = 219+128+126=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB807E is #247F81. Grayscale: #9B9B9B. Windows color (decimal): -2391938 or 8290523. OLE color: 8290523.
HSL color Cylindrical-coordinate representation of color #DB807E: hue angle of 1.29º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB807E is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 126 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.14 |
| HSL | 1.29º | 0.56% | 0.68% | - |
| HSV(B) | 1.29º | 0.42% | 0.86% | - |
| XYZ | 40.7 | 32 | 23.77 | - |
| YUV | 154.98 | 111.65 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 126 | 0 | 0.42 | 0.42 | 0.14 | 1.29 | 0.56 | 0.68 |
| Hex | DB | 80 | 7E | 0 | 2A | 2A | E | 1 | 38 | 44 |
| Octal | 333 | 200 | 176 | 0 | 52 | 52 | 16 | 1 | 70 | 104 |
| Binary | 11011011 | 10000000 | 1111110 | 0 | 101010 | 101010 | 1110 | 1 | 111000 | 1000100 |
Color Harmonies of #DB807E
Complementary color
Monochromatic Colors of #DB807E
Black with #DB807E
Text Example
Text Example
White with #DB807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB807E; }
p { color: rgb(219,128,126); }
H1.HeaderClassName
{
color: #DB807E;
}
.AnyTagClassName
{
color: #DB807E;
}
</style>
background-color css
<style>
a { background-color: #DB807E; }
a { background-color: rgb(219,128,126); }
div.DivClassName
{
background-color: #DB807E;
}
.BgClassName
{
background-color: #DB807E;
}
</style>
border-color css
<style>
span { border-color: #DB807E; }
span { border-color: rgb(219,128,126); }
td.TdClassName
{
border-color: #DB807E;
}
.TagClassName
{
border-color: #DB807E;
}
</style>