Shades of Sea Pink #DB8786
Tints of Sea Pink #DB8786
RGB
CMYK
RGB Variations
Color information
#DB8786 (or 0xDB8786) is known color: Sea Pink. HEX triplet: DB, 87 and 86. RGB value is (219,135,134). Sum of RGB (Red+Green+Blue) = 219+135+134=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8786 is #247879. Grayscale: #A0A0A0. Windows color (decimal): -2390138 or 8816603. OLE color: 8816603.
HSL color Cylindrical-coordinate representation of color #DB8786: hue angle of 0.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8786 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 134 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.14 |
| HSL | 0.71º | 0.54% | 0.69% | - |
| HSV(B) | 0.71º | 0.39% | 0.86% | - |
| XYZ | 42.18 | 34.11 | 26.91 | - |
| YUV | 160 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 134 | 0 | 0.38 | 0.39 | 0.14 | 0.71 | 0.54 | 0.69 |
| Hex | DB | 87 | 86 | 0 | 26 | 27 | E | 1 | 36 | 45 |
| Octal | 333 | 207 | 206 | 0 | 46 | 47 | 16 | 1 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10000110 | 0 | 100110 | 100111 | 1110 | 1 | 110110 | 1000101 |
Color Harmonies of #DB8786
Complementary color
Monochromatic Colors of #DB8786
Black with #DB8786
Text Example
Text Example
White with #DB8786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8786; }
p { color: rgb(219,135,134); }
H1.HeaderClassName
{
color: #DB8786;
}
.AnyTagClassName
{
color: #DB8786;
}
</style>
background-color css
<style>
a { background-color: #DB8786; }
a { background-color: rgb(219,135,134); }
div.DivClassName
{
background-color: #DB8786;
}
.BgClassName
{
background-color: #DB8786;
}
</style>
border-color css
<style>
span { border-color: #DB8786; }
span { border-color: rgb(219,135,134); }
td.TdClassName
{
border-color: #DB8786;
}
.TagClassName
{
border-color: #DB8786;
}
</style>