Shades of Sea Pink #DB8885
Tints of Sea Pink #DB8885
RGB
CMYK
RGB Variations
Color information
#DB8885 (or 0xDB8885) is known color: Sea Pink. HEX triplet: DB, 88 and 85. RGB value is (219,136,133). Sum of RGB (Red+Green+Blue) = 219+136+133=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8885 is #24777A. Grayscale: #A0A0A0. Windows color (decimal): -2389883 or 8751323. OLE color: 8751323.
HSL color Cylindrical-coordinate representation of color #DB8885: hue angle of 2.09º 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 #DB8885 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 133 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.14 |
| HSL | 2.09º | 0.54% | 0.69% | - |
| HSV(B) | 2.09º | 0.39% | 0.86% | - |
| XYZ | 42.25 | 34.36 | 26.6 | - |
| YUV | 160.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 133 | 0 | 0.38 | 0.39 | 0.14 | 2.09 | 0.54 | 0.69 |
| Hex | DB | 88 | 85 | 0 | 26 | 27 | E | 2 | 36 | 45 |
| Octal | 333 | 210 | 205 | 0 | 46 | 47 | 16 | 2 | 66 | 105 |
| Binary | 11011011 | 10001000 | 10000101 | 0 | 100110 | 100111 | 1110 | 10 | 110110 | 1000101 |
Color Harmonies of #DB8885
Complementary color
Monochromatic Colors of #DB8885
Black with #DB8885
Text Example
Text Example
White with #DB8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8885; }
p { color: rgb(219,136,133); }
H1.HeaderClassName
{
color: #DB8885;
}
.AnyTagClassName
{
color: #DB8885;
}
</style>
background-color css
<style>
a { background-color: #DB8885; }
a { background-color: rgb(219,136,133); }
div.DivClassName
{
background-color: #DB8885;
}
.BgClassName
{
background-color: #DB8885;
}
</style>
border-color css
<style>
span { border-color: #DB8885; }
span { border-color: rgb(219,136,133); }
td.TdClassName
{
border-color: #DB8885;
}
.TagClassName
{
border-color: #DB8885;
}
</style>