Shades of Dark Pink #DB5688
Tints of Dark Pink #DB5688
RGB
CMYK
RGB Variations
Color information
#DB5688 (or 0xDB5688) is known color: Dark Pink. HEX triplet: DB, 56 and 88. RGB value is (219,86,136). Sum of RGB (Red+Green+Blue) = 219+86+136=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5688 is #24A977. Grayscale: #838383. Windows color (decimal): -2402680 or 8935131. OLE color: 8935131.
HSL color Cylindrical-coordinate representation of color #DB5688: hue angle of 337.44º 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 #DB5688 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 136 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.14 |
| HSL | 337.44º | 0.65% | 0.6% | - |
| HSV(B) | 337.44º | 0.61% | 0.86% | - |
| XYZ | 36.99 | 23.49 | 25.88 | - |
| YUV | 131.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 136 | 0 | 0.61 | 0.38 | 0.14 | 337.44 | 0.65 | 0.6 |
| Hex | DB | 56 | 88 | 0 | 3D | 26 | E | 151 | 41 | 3C |
| Octal | 333 | 126 | 210 | 0 | 75 | 46 | 16 | 521 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10001000 | 0 | 111101 | 100110 | 1110 | 101010001 | 1000001 | 111100 |
Color Harmonies of #DB5688
Complementary color
Monochromatic Colors of #DB5688
Black with #DB5688
Text Example
Text Example
White with #DB5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5688; }
p { color: rgb(219,86,136); }
H1.HeaderClassName
{
color: #DB5688;
}
.AnyTagClassName
{
color: #DB5688;
}
</style>
background-color css
<style>
a { background-color: #DB5688; }
a { background-color: rgb(219,86,136); }
div.DivClassName
{
background-color: #DB5688;
}
.BgClassName
{
background-color: #DB5688;
}
</style>
border-color css
<style>
span { border-color: #DB5688; }
span { border-color: rgb(219,86,136); }
td.TdClassName
{
border-color: #DB5688;
}
.TagClassName
{
border-color: #DB5688;
}
</style>