Shades of Sea Pink #DB8583
Tints of Sea Pink #DB8583
RGB
CMYK
RGB Variations
Color information
#DB8583 (or 0xDB8583) is known color: Sea Pink. HEX triplet: DB, 85 and 83. RGB value is (219,133,131). Sum of RGB (Red+Green+Blue) = 219+133+131=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8583 is #247A7C. Grayscale: #9E9E9E. Windows color (decimal): -2390653 or 8619483. OLE color: 8619483.
HSL color Cylindrical-coordinate representation of color #DB8583: hue angle of 1.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8583 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 131 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.14 |
| HSL | 1.36º | 0.55% | 0.69% | - |
| HSV(B) | 1.36º | 0.4% | 0.86% | - |
| XYZ | 41.7 | 33.47 | 25.74 | - |
| YUV | 158.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 131 | 0 | 0.39 | 0.40 | 0.14 | 1.36 | 0.55 | 0.69 |
| Hex | DB | 85 | 83 | 0 | 27 | 28 | E | 1 | 37 | 45 |
| Octal | 333 | 205 | 203 | 0 | 47 | 50 | 16 | 1 | 67 | 105 |
| Binary | 11011011 | 10000101 | 10000011 | 0 | 100111 | 101000 | 1110 | 1 | 110111 | 1000101 |
Color Harmonies of #DB8583
Complementary color
Monochromatic Colors of #DB8583
Black with #DB8583
Text Example
Text Example
White with #DB8583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8583; }
p { color: rgb(219,133,131); }
H1.HeaderClassName
{
color: #DB8583;
}
.AnyTagClassName
{
color: #DB8583;
}
</style>
background-color css
<style>
a { background-color: #DB8583; }
a { background-color: rgb(219,133,131); }
div.DivClassName
{
background-color: #DB8583;
}
.BgClassName
{
background-color: #DB8583;
}
</style>
border-color css
<style>
span { border-color: #DB8583; }
span { border-color: rgb(219,133,131); }
td.TdClassName
{
border-color: #DB8583;
}
.TagClassName
{
border-color: #DB8583;
}
</style>