Shades of Sea Pink #DB837A
Tints of Sea Pink #DB837A
RGB
CMYK
RGB Variations
Color information
#DB837A (or 0xDB837A) is known color: Sea Pink. HEX triplet: DB, 83 and 7A. RGB value is (219,131,122). Sum of RGB (Red+Green+Blue) = 219+131+122=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB837A is #247C85. Grayscale: #9C9C9C. Windows color (decimal): -2391174 or 8029147. OLE color: 8029147.
HSL color Cylindrical-coordinate representation of color #DB837A: hue angle of 5.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB837A is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 122 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.14 |
| HSL | 5.57º | 0.57% | 0.67% | - |
| HSV(B) | 5.57º | 0.44% | 0.86% | - |
| XYZ | 40.84 | 32.7 | 22.57 | - |
| YUV | 156.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 122 | 0 | 0.40 | 0.44 | 0.14 | 5.57 | 0.57 | 0.67 |
| Hex | DB | 83 | 7A | 0 | 28 | 2C | E | 6 | 39 | 43 |
| Octal | 333 | 203 | 172 | 0 | 50 | 54 | 16 | 6 | 71 | 103 |
| Binary | 11011011 | 10000011 | 1111010 | 0 | 101000 | 101100 | 1110 | 110 | 111001 | 1000011 |
Color Harmonies of #DB837A
Complementary color
Monochromatic Colors of #DB837A
Black with #DB837A
Text Example
Text Example
White with #DB837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB837A; }
p { color: rgb(219,131,122); }
H1.HeaderClassName
{
color: #DB837A;
}
.AnyTagClassName
{
color: #DB837A;
}
</style>
background-color css
<style>
a { background-color: #DB837A; }
a { background-color: rgb(219,131,122); }
div.DivClassName
{
background-color: #DB837A;
}
.BgClassName
{
background-color: #DB837A;
}
</style>
border-color css
<style>
span { border-color: #DB837A; }
span { border-color: rgb(219,131,122); }
td.TdClassName
{
border-color: #DB837A;
}
.TagClassName
{
border-color: #DB837A;
}
</style>