Shades of Sea Pink #DB8484
Tints of Sea Pink #DB8484
RGB
CMYK
RGB Variations
Color information
#DB8484 (or 0xDB8484) is known color: Sea Pink. HEX triplet: DB, 84 and 84. RGB value is (219,132,132). Sum of RGB (Red+Green+Blue) = 219+132+132=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8484 is #247B7B. Grayscale: #9E9E9E. Windows color (decimal): -2390908 or 8684763. OLE color: 8684763.
HSL color Cylindrical-coordinate representation of color #DB8484: hue angle of 0º 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 #DB8484 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 132 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.14 |
| HSL | 0º | 0.55% | 0.69% | - |
| HSV(B) | 0º | 0.4% | 0.86% | - |
| XYZ | 41.63 | 33.23 | 26.05 | - |
| YUV | 158.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 132 | 0 | 0.40 | 0.40 | 0.14 | 0 | 0.55 | 0.69 |
| Hex | DB | 84 | 84 | 0 | 28 | 28 | E | 0 | 37 | 45 |
| Octal | 333 | 204 | 204 | 0 | 50 | 50 | 16 | 0 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10000100 | 0 | 101000 | 101000 | 1110 | 0 | 110111 | 1000101 |
Color Harmonies of #DB8484
Complementary color
Monochromatic Colors of #DB8484
Black with #DB8484
Text Example
Text Example
White with #DB8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8484; }
p { color: rgb(219,132,132); }
H1.HeaderClassName
{
color: #DB8484;
}
.AnyTagClassName
{
color: #DB8484;
}
</style>
background-color css
<style>
a { background-color: #DB8484; }
a { background-color: rgb(219,132,132); }
div.DivClassName
{
background-color: #DB8484;
}
.BgClassName
{
background-color: #DB8484;
}
</style>
border-color css
<style>
span { border-color: #DB8484; }
span { border-color: rgb(219,132,132); }
td.TdClassName
{
border-color: #DB8484;
}
.TagClassName
{
border-color: #DB8484;
}
</style>