Shades of Dark Pink #DB5686
Tints of Dark Pink #DB5686
RGB
CMYK
RGB Variations
Color information
#DB5686 (or 0xDB5686) is known color: Dark Pink. HEX triplet: DB, 56 and 86. RGB value is (219,86,134). Sum of RGB (Red+Green+Blue) = 219+86+134=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5686 is #24A979. Grayscale: #838383. Windows color (decimal): -2402682 or 8804059. OLE color: 8804059.
HSL color Cylindrical-coordinate representation of color #DB5686: hue angle of 338.35º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5686 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 134 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.14 |
| HSL | 338.35º | 0.65% | 0.6% | - |
| HSV(B) | 338.35º | 0.61% | 0.86% | - |
| XYZ | 36.84 | 23.44 | 25.14 | - |
| YUV | 131.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 134 | 0 | 0.61 | 0.39 | 0.14 | 338.35 | 0.65 | 0.6 |
| Hex | DB | 56 | 86 | 0 | 3D | 27 | E | 152 | 41 | 3C |
| Octal | 333 | 126 | 206 | 0 | 75 | 47 | 16 | 522 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10000110 | 0 | 111101 | 100111 | 1110 | 101010010 | 1000001 | 111100 |
Color Harmonies of #DB5686
Complementary color
Monochromatic Colors of #DB5686
Black with #DB5686
Text Example
Text Example
White with #DB5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5686; }
p { color: rgb(219,86,134); }
H1.HeaderClassName
{
color: #DB5686;
}
.AnyTagClassName
{
color: #DB5686;
}
</style>
background-color css
<style>
a { background-color: #DB5686; }
a { background-color: rgb(219,86,134); }
div.DivClassName
{
background-color: #DB5686;
}
.BgClassName
{
background-color: #DB5686;
}
</style>
border-color css
<style>
span { border-color: #DB5686; }
span { border-color: rgb(219,86,134); }
td.TdClassName
{
border-color: #DB5686;
}
.TagClassName
{
border-color: #DB5686;
}
</style>