Shades of Sea Pink #DB837C
Tints of Sea Pink #DB837C
RGB
CMYK
RGB Variations
Color information
#DB837C (or 0xDB837C) is known color: Sea Pink. HEX triplet: DB, 83 and 7C. RGB value is (219,131,124). Sum of RGB (Red+Green+Blue) = 219+131+124=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB837C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB837C is #247C83. Grayscale: #9C9C9C. Windows color (decimal): -2391172 or 8160219. OLE color: 8160219.
HSL color Cylindrical-coordinate representation of color #DB837C: hue angle of 4.42º 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 #DB837C is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 124 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.14 |
| HSL | 4.42º | 0.57% | 0.67% | - |
| HSV(B) | 4.42º | 0.43% | 0.86% | - |
| XYZ | 40.97 | 32.75 | 23.23 | - |
| YUV | 156.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 124 | 0 | 0.40 | 0.43 | 0.14 | 4.42 | 0.57 | 0.67 |
| Hex | DB | 83 | 7C | 0 | 28 | 2B | E | 4 | 39 | 43 |
| Octal | 333 | 203 | 174 | 0 | 50 | 53 | 16 | 4 | 71 | 103 |
| Binary | 11011011 | 10000011 | 1111100 | 0 | 101000 | 101011 | 1110 | 100 | 111001 | 1000011 |
Color Harmonies of #DB837C
Complementary color
Monochromatic Colors of #DB837C
Black with #DB837C
Text Example
Text Example
White with #DB837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB837C; }
p { color: rgb(219,131,124); }
H1.HeaderClassName
{
color: #DB837C;
}
.AnyTagClassName
{
color: #DB837C;
}
</style>
background-color css
<style>
a { background-color: #DB837C; }
a { background-color: rgb(219,131,124); }
div.DivClassName
{
background-color: #DB837C;
}
.BgClassName
{
background-color: #DB837C;
}
</style>
border-color css
<style>
span { border-color: #DB837C; }
span { border-color: rgb(219,131,124); }
td.TdClassName
{
border-color: #DB837C;
}
.TagClassName
{
border-color: #DB837C;
}
</style>