Shades of Sea Pink #DB807B
Tints of Sea Pink #DB807B
RGB
CMYK
RGB Variations
Color information
#DB807B (or 0xDB807B) is known color: Sea Pink. HEX triplet: DB, 80 and 7B. RGB value is (219,128,123). Sum of RGB (Red+Green+Blue) = 219+128+123=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB807B is #247F84. Grayscale: #9A9A9A. Windows color (decimal): -2391941 or 8093915. OLE color: 8093915.
HSL color Cylindrical-coordinate representation of color #DB807B: hue angle of 3.12º 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 #DB807B is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 123 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.14 |
| HSL | 3.13º | 0.57% | 0.67% | - |
| HSV(B) | 3.13º | 0.44% | 0.86% | - |
| XYZ | 40.51 | 31.93 | 22.77 | - |
| YUV | 154.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 123 | 0 | 0.42 | 0.44 | 0.14 | 3.13 | 0.57 | 0.67 |
| Hex | DB | 80 | 7B | 0 | 2A | 2C | E | 3 | 39 | 43 |
| Octal | 333 | 200 | 173 | 0 | 52 | 54 | 16 | 3 | 71 | 103 |
| Binary | 11011011 | 10000000 | 1111011 | 0 | 101010 | 101100 | 1110 | 11 | 111001 | 1000011 |
Color Harmonies of #DB807B
Complementary color
Monochromatic Colors of #DB807B
Black with #DB807B
Text Example
Text Example
White with #DB807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB807B; }
p { color: rgb(219,128,123); }
H1.HeaderClassName
{
color: #DB807B;
}
.AnyTagClassName
{
color: #DB807B;
}
</style>
background-color css
<style>
a { background-color: #DB807B; }
a { background-color: rgb(219,128,123); }
div.DivClassName
{
background-color: #DB807B;
}
.BgClassName
{
background-color: #DB807B;
}
</style>
border-color css
<style>
span { border-color: #DB807B; }
span { border-color: rgb(219,128,123); }
td.TdClassName
{
border-color: #DB807B;
}
.TagClassName
{
border-color: #DB807B;
}
</style>