Shades of Sea Pink #DB8580
Tints of Sea Pink #DB8580
RGB
CMYK
RGB Variations
Color information
#DB8580 (or 0xDB8580) is known color: Sea Pink. HEX triplet: DB, 85 and 80. RGB value is (219,133,128). Sum of RGB (Red+Green+Blue) = 219+133+128=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8580 is #247A7F. Grayscale: #9E9E9E. Windows color (decimal): -2390656 or 8422875. OLE color: 8422875.
HSL color Cylindrical-coordinate representation of color #DB8580: hue angle of 3.3º 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 #DB8580 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 128 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.14 |
| HSL | 3.3º | 0.56% | 0.68% | - |
| HSV(B) | 3.3º | 0.42% | 0.86% | - |
| XYZ | 41.5 | 33.39 | 24.68 | - |
| YUV | 158.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 128 | 0 | 0.39 | 0.42 | 0.14 | 3.3 | 0.56 | 0.68 |
| Hex | DB | 85 | 80 | 0 | 27 | 2A | E | 3 | 38 | 44 |
| Octal | 333 | 205 | 200 | 0 | 47 | 52 | 16 | 3 | 70 | 104 |
| Binary | 11011011 | 10000101 | 10000000 | 0 | 100111 | 101010 | 1110 | 11 | 111000 | 1000100 |
Color Harmonies of #DB8580
Complementary color
Monochromatic Colors of #DB8580
Black with #DB8580
Text Example
Text Example
White with #DB8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8580; }
p { color: rgb(219,133,128); }
H1.HeaderClassName
{
color: #DB8580;
}
.AnyTagClassName
{
color: #DB8580;
}
</style>
background-color css
<style>
a { background-color: #DB8580; }
a { background-color: rgb(219,133,128); }
div.DivClassName
{
background-color: #DB8580;
}
.BgClassName
{
background-color: #DB8580;
}
</style>
border-color css
<style>
span { border-color: #DB8580; }
span { border-color: rgb(219,133,128); }
td.TdClassName
{
border-color: #DB8580;
}
.TagClassName
{
border-color: #DB8580;
}
</style>