Shades of Dark Pink #DB5B82
Tints of Dark Pink #DB5B82
RGB
CMYK
RGB Variations
Color information
#DB5B82 (or 0xDB5B82) is known color: Dark Pink. HEX triplet: DB, 5B and 82. RGB value is (219,91,130). Sum of RGB (Red+Green+Blue) = 219+91+130=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B82 is #24A47D. Grayscale: #858585. Windows color (decimal): -2401406 or 8543195. OLE color: 8543195.
HSL color Cylindrical-coordinate representation of color #DB5B82: hue angle of 341.72º 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 #DB5B82 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 130 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.14 |
| HSL | 341.72º | 0.64% | 0.61% | - |
| HSV(B) | 341.72º | 0.58% | 0.86% | - |
| XYZ | 36.98 | 24.15 | 23.83 | - |
| YUV | 133.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 130 | 0 | 0.58 | 0.41 | 0.14 | 341.72 | 0.64 | 0.61 |
| Hex | DB | 5B | 82 | 0 | 3A | 29 | E | 156 | 40 | 3D |
| Octal | 333 | 133 | 202 | 0 | 72 | 51 | 16 | 526 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10000010 | 0 | 111010 | 101001 | 1110 | 101010110 | 1000000 | 111101 |
Color Harmonies of #DB5B82
Complementary color
Monochromatic Colors of #DB5B82
Black with #DB5B82
Text Example
Text Example
White with #DB5B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B82; }
p { color: rgb(219,91,130); }
H1.HeaderClassName
{
color: #DB5B82;
}
.AnyTagClassName
{
color: #DB5B82;
}
</style>
background-color css
<style>
a { background-color: #DB5B82; }
a { background-color: rgb(219,91,130); }
div.DivClassName
{
background-color: #DB5B82;
}
.BgClassName
{
background-color: #DB5B82;
}
</style>
border-color css
<style>
span { border-color: #DB5B82; }
span { border-color: rgb(219,91,130); }
td.TdClassName
{
border-color: #DB5B82;
}
.TagClassName
{
border-color: #DB5B82;
}
</style>