Shades of Dark Pink #DB5689
Tints of Dark Pink #DB5689
RGB
CMYK
RGB Variations
Color information
#DB5689 (or 0xDB5689) is known color: Dark Pink. HEX triplet: DB, 56 and 89. RGB value is (219,86,137). Sum of RGB (Red+Green+Blue) = 219+86+137=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5689 is #24A976. Grayscale: #838383. Windows color (decimal): -2402679 or 9000667. OLE color: 9000667.
HSL color Cylindrical-coordinate representation of color #DB5689: hue angle of 336.99º 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 #DB5689 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 137 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.14 |
| HSL | 336.99º | 0.65% | 0.6% | - |
| HSV(B) | 336.99º | 0.61% | 0.86% | - |
| XYZ | 37.06 | 23.52 | 26.25 | - |
| YUV | 131.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 137 | 0 | 0.61 | 0.37 | 0.14 | 336.99 | 0.65 | 0.6 |
| Hex | DB | 56 | 89 | 0 | 3D | 25 | E | 151 | 41 | 3C |
| Octal | 333 | 126 | 211 | 0 | 75 | 45 | 16 | 521 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10001001 | 0 | 111101 | 100101 | 1110 | 101010001 | 1000001 | 111100 |
Color Harmonies of #DB5689
Complementary color
Monochromatic Colors of #DB5689
Black with #DB5689
Text Example
Text Example
White with #DB5689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5689; }
p { color: rgb(219,86,137); }
H1.HeaderClassName
{
color: #DB5689;
}
.AnyTagClassName
{
color: #DB5689;
}
</style>
background-color css
<style>
a { background-color: #DB5689; }
a { background-color: rgb(219,86,137); }
div.DivClassName
{
background-color: #DB5689;
}
.BgClassName
{
background-color: #DB5689;
}
</style>
border-color css
<style>
span { border-color: #DB5689; }
span { border-color: rgb(219,86,137); }
td.TdClassName
{
border-color: #DB5689;
}
.TagClassName
{
border-color: #DB5689;
}
</style>