Shades of Dark Pink #DB5D82
Tints of Dark Pink #DB5D82
RGB
CMYK
RGB Variations
Color information
#DB5D82 (or 0xDB5D82) is known color: Dark Pink. HEX triplet: DB, 5D and 82. RGB value is (219,93,130). Sum of RGB (Red+Green+Blue) = 219+93+130=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5D82 is #24A27D. Grayscale: #868686. Windows color (decimal): -2400894 or 8543707. OLE color: 8543707.
HSL color Cylindrical-coordinate representation of color #DB5D82: hue angle of 342.38º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D82 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 130 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.14 |
| HSL | 342.38º | 0.64% | 0.61% | - |
| HSV(B) | 342.38º | 0.58% | 0.86% | - |
| XYZ | 37.16 | 24.5 | 23.89 | - |
| YUV | 134.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 130 | 0 | 0.58 | 0.41 | 0.14 | 342.38 | 0.64 | 0.61 |
| Hex | DB | 5D | 82 | 0 | 3A | 29 | E | 156 | 40 | 3D |
| Octal | 333 | 135 | 202 | 0 | 72 | 51 | 16 | 526 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10000010 | 0 | 111010 | 101001 | 1110 | 101010110 | 1000000 | 111101 |
Color Harmonies of #DB5D82
Complementary color
Monochromatic Colors of #DB5D82
Black with #DB5D82
Text Example
Text Example
White with #DB5D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D82; }
p { color: rgb(219,93,130); }
H1.HeaderClassName
{
color: #DB5D82;
}
.AnyTagClassName
{
color: #DB5D82;
}
</style>
background-color css
<style>
a { background-color: #DB5D82; }
a { background-color: rgb(219,93,130); }
div.DivClassName
{
background-color: #DB5D82;
}
.BgClassName
{
background-color: #DB5D82;
}
</style>
border-color css
<style>
span { border-color: #DB5D82; }
span { border-color: rgb(219,93,130); }
td.TdClassName
{
border-color: #DB5D82;
}
.TagClassName
{
border-color: #DB5D82;
}
</style>