Shades of Dark Pink #DB5289
Tints of Dark Pink #DB5289
RGB
CMYK
RGB Variations
Color information
#DB5289 (or 0xDB5289) is known color: Dark Pink. HEX triplet: DB, 52 and 89. RGB value is (219,82,137). Sum of RGB (Red+Green+Blue) = 219+82+137=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5289 is #24AD76. Grayscale: #818181. Windows color (decimal): -2403703 or 8999643. OLE color: 8999643.
HSL color Cylindrical-coordinate representation of color #DB5289: hue angle of 335.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5289 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 137 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.14 |
| HSL | 335.91º | 0.66% | 0.59% | - |
| HSV(B) | 335.91º | 0.63% | 0.86% | - |
| XYZ | 36.75 | 22.9 | 26.15 | - |
| YUV | 129.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 137 | 0 | 0.63 | 0.37 | 0.14 | 335.91 | 0.66 | 0.59 |
| Hex | DB | 52 | 89 | 0 | 3F | 25 | E | 150 | 42 | 3B |
| Octal | 333 | 122 | 211 | 0 | 77 | 45 | 16 | 520 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10001001 | 0 | 111111 | 100101 | 1110 | 101010000 | 1000010 | 111011 |
Color Harmonies of #DB5289
Complementary color
Monochromatic Colors of #DB5289
Black with #DB5289
Text Example
Text Example
White with #DB5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5289; }
p { color: rgb(219,82,137); }
H1.HeaderClassName
{
color: #DB5289;
}
.AnyTagClassName
{
color: #DB5289;
}
</style>
background-color css
<style>
a { background-color: #DB5289; }
a { background-color: rgb(219,82,137); }
div.DivClassName
{
background-color: #DB5289;
}
.BgClassName
{
background-color: #DB5289;
}
</style>
border-color css
<style>
span { border-color: #DB5289; }
span { border-color: rgb(219,82,137); }
td.TdClassName
{
border-color: #DB5289;
}
.TagClassName
{
border-color: #DB5289;
}
</style>