Shades of Dark Pink #DB5785
Tints of Dark Pink #DB5785
RGB
CMYK
RGB Variations
Color information
#DB5785 (or 0xDB5785) is known color: Dark Pink. HEX triplet: DB, 57 and 85. RGB value is (219,87,133). Sum of RGB (Red+Green+Blue) = 219+87+133=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5785 is #24A87A. Grayscale: #838383. Windows color (decimal): -2402427 or 8738779. OLE color: 8738779.
HSL color Cylindrical-coordinate representation of color #DB5785: hue angle of 339.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5785 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 133 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.14 |
| HSL | 339.09º | 0.65% | 0.6% | - |
| HSV(B) | 339.09º | 0.6% | 0.86% | - |
| XYZ | 36.86 | 23.57 | 24.8 | - |
| YUV | 131.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 133 | 0 | 0.60 | 0.39 | 0.14 | 339.09 | 0.65 | 0.6 |
| Hex | DB | 57 | 85 | 0 | 3C | 27 | E | 153 | 41 | 3C |
| Octal | 333 | 127 | 205 | 0 | 74 | 47 | 16 | 523 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10000101 | 0 | 111100 | 100111 | 1110 | 101010011 | 1000001 | 111100 |
Color Harmonies of #DB5785
Complementary color
Monochromatic Colors of #DB5785
Black with #DB5785
Text Example
Text Example
White with #DB5785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5785; }
p { color: rgb(219,87,133); }
H1.HeaderClassName
{
color: #DB5785;
}
.AnyTagClassName
{
color: #DB5785;
}
</style>
background-color css
<style>
a { background-color: #DB5785; }
a { background-color: rgb(219,87,133); }
div.DivClassName
{
background-color: #DB5785;
}
.BgClassName
{
background-color: #DB5785;
}
</style>
border-color css
<style>
span { border-color: #DB5785; }
span { border-color: rgb(219,87,133); }
td.TdClassName
{
border-color: #DB5785;
}
.TagClassName
{
border-color: #DB5785;
}
</style>