Shades of Sea Pink #DB8883
Tints of Sea Pink #DB8883
RGB
CMYK
RGB Variations
Color information
#DB8883 (or 0xDB8883) is known color: Sea Pink. HEX triplet: DB, 88 and 83. RGB value is (219,136,131). Sum of RGB (Red+Green+Blue) = 219+136+131=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8883 is #24777C. Grayscale: #A0A0A0. Windows color (decimal): -2389885 or 8620251. OLE color: 8620251.
HSL color Cylindrical-coordinate representation of color #DB8883: hue angle of 3.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8883 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 131 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.14 |
| HSL | 3.41º | 0.55% | 0.69% | - |
| HSV(B) | 3.41º | 0.4% | 0.86% | - |
| XYZ | 42.11 | 34.31 | 25.88 | - |
| YUV | 160.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 131 | 0 | 0.38 | 0.40 | 0.14 | 3.41 | 0.55 | 0.69 |
| Hex | DB | 88 | 83 | 0 | 26 | 28 | E | 3 | 37 | 45 |
| Octal | 333 | 210 | 203 | 0 | 46 | 50 | 16 | 3 | 67 | 105 |
| Binary | 11011011 | 10001000 | 10000011 | 0 | 100110 | 101000 | 1110 | 11 | 110111 | 1000101 |
Color Harmonies of #DB8883
Complementary color
Monochromatic Colors of #DB8883
Black with #DB8883
Text Example
Text Example
White with #DB8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8883; }
p { color: rgb(219,136,131); }
H1.HeaderClassName
{
color: #DB8883;
}
.AnyTagClassName
{
color: #DB8883;
}
</style>
background-color css
<style>
a { background-color: #DB8883; }
a { background-color: rgb(219,136,131); }
div.DivClassName
{
background-color: #DB8883;
}
.BgClassName
{
background-color: #DB8883;
}
</style>
border-color css
<style>
span { border-color: #DB8883; }
span { border-color: rgb(219,136,131); }
td.TdClassName
{
border-color: #DB8883;
}
.TagClassName
{
border-color: #DB8883;
}
</style>