Shades of Dark Pink #DB5290
Tints of Dark Pink #DB5290
RGB
CMYK
RGB Variations
Color information
#DB5290 (or 0xDB5290) is known color: Dark Pink. HEX triplet: DB, 52 and 90. RGB value is (219,82,144). Sum of RGB (Red+Green+Blue) = 219+82+144=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5290 is #24AD6F. Grayscale: #818181. Windows color (decimal): -2403696 or 9458395. OLE color: 9458395.
HSL color Cylindrical-coordinate representation of color #DB5290: hue angle of 332.85º 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 #DB5290 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 144 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.14 |
| HSL | 332.85º | 0.66% | 0.59% | - |
| HSV(B) | 332.85º | 0.63% | 0.86% | - |
| XYZ | 37.26 | 23.11 | 28.88 | - |
| YUV | 130.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 144 | 0 | 0.63 | 0.34 | 0.14 | 332.85 | 0.66 | 0.59 |
| Hex | DB | 52 | 90 | 0 | 3F | 22 | E | 14D | 42 | 3B |
| Octal | 333 | 122 | 220 | 0 | 77 | 42 | 16 | 515 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10010000 | 0 | 111111 | 100010 | 1110 | 101001101 | 1000010 | 111011 |
Color Harmonies of #DB5290
Complementary color
Monochromatic Colors of #DB5290
Black with #DB5290
Text Example
Text Example
White with #DB5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5290; }
p { color: rgb(219,82,144); }
H1.HeaderClassName
{
color: #DB5290;
}
.AnyTagClassName
{
color: #DB5290;
}
</style>
background-color css
<style>
a { background-color: #DB5290; }
a { background-color: rgb(219,82,144); }
div.DivClassName
{
background-color: #DB5290;
}
.BgClassName
{
background-color: #DB5290;
}
</style>
border-color css
<style>
span { border-color: #DB5290; }
span { border-color: rgb(219,82,144); }
td.TdClassName
{
border-color: #DB5290;
}
.TagClassName
{
border-color: #DB5290;
}
</style>