Shades of Sea Pink #DB8080
Tints of Sea Pink #DB8080
RGB
CMYK
RGB Variations
Color information
#DB8080 (or 0xDB8080) is known color: Sea Pink. HEX triplet: DB, 80 and 80. RGB value is (219,128,128). Sum of RGB (Red+Green+Blue) = 219+128+128=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8080 is #247F7F. Grayscale: #9B9B9B. Windows color (decimal): -2391936 or 8421595. OLE color: 8421595.
HSL color Cylindrical-coordinate representation of color #DB8080: hue angle of 0º 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 #DB8080 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 128 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.14 |
| HSL | 0º | 0.56% | 0.68% | - |
| HSV(B) | 0º | 0.42% | 0.86% | - |
| XYZ | 40.83 | 32.06 | 24.46 | - |
| YUV | 155.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 128 | 0 | 0.42 | 0.42 | 0.14 | 0 | 0.56 | 0.68 |
| Hex | DB | 80 | 80 | 0 | 2A | 2A | E | 0 | 38 | 44 |
| Octal | 333 | 200 | 200 | 0 | 52 | 52 | 16 | 0 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10000000 | 0 | 101010 | 101010 | 1110 | 0 | 111000 | 1000100 |
Color Harmonies of #DB8080
Complementary color
Monochromatic Colors of #DB8080
Black with #DB8080
Text Example
Text Example
White with #DB8080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8080; }
p { color: rgb(219,128,128); }
H1.HeaderClassName
{
color: #DB8080;
}
.AnyTagClassName
{
color: #DB8080;
}
</style>
background-color css
<style>
a { background-color: #DB8080; }
a { background-color: rgb(219,128,128); }
div.DivClassName
{
background-color: #DB8080;
}
.BgClassName
{
background-color: #DB8080;
}
</style>
border-color css
<style>
span { border-color: #DB8080; }
span { border-color: rgb(219,128,128); }
td.TdClassName
{
border-color: #DB8080;
}
.TagClassName
{
border-color: #DB8080;
}
</style>