Shades of Sea Pink #DB807C
Tints of Sea Pink #DB807C
RGB
CMYK
RGB Variations
Color information
#DB807C (or 0xDB807C) is known color: Sea Pink. HEX triplet: DB, 80 and 7C. RGB value is (219,128,124). Sum of RGB (Red+Green+Blue) = 219+128+124=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB807C is #247F83. Grayscale: #9A9A9A. Windows color (decimal): -2391940 or 8159451. OLE color: 8159451.
HSL color Cylindrical-coordinate representation of color #DB807C: hue angle of 2.53º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB807C is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 124 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.14 |
| HSL | 2.53º | 0.57% | 0.67% | - |
| HSV(B) | 2.53º | 0.43% | 0.86% | - |
| XYZ | 40.57 | 31.95 | 23.1 | - |
| YUV | 154.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 124 | 0 | 0.42 | 0.43 | 0.14 | 2.53 | 0.57 | 0.67 |
| Hex | DB | 80 | 7C | 0 | 2A | 2B | E | 3 | 39 | 43 |
| Octal | 333 | 200 | 174 | 0 | 52 | 53 | 16 | 3 | 71 | 103 |
| Binary | 11011011 | 10000000 | 1111100 | 0 | 101010 | 101011 | 1110 | 11 | 111001 | 1000011 |
Color Harmonies of #DB807C
Complementary color
Monochromatic Colors of #DB807C
Black with #DB807C
Text Example
Text Example
White with #DB807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB807C; }
p { color: rgb(219,128,124); }
H1.HeaderClassName
{
color: #DB807C;
}
.AnyTagClassName
{
color: #DB807C;
}
</style>
background-color css
<style>
a { background-color: #DB807C; }
a { background-color: rgb(219,128,124); }
div.DivClassName
{
background-color: #DB807C;
}
.BgClassName
{
background-color: #DB807C;
}
</style>
border-color css
<style>
span { border-color: #DB807C; }
span { border-color: rgb(219,128,124); }
td.TdClassName
{
border-color: #DB807C;
}
.TagClassName
{
border-color: #DB807C;
}
</style>