Shades of Dark Pink #DB5985
Tints of Dark Pink #DB5985
RGB
CMYK
RGB Variations
Color information
#DB5985 (or 0xDB5985) is known color: Dark Pink. HEX triplet: DB, 59 and 85. RGB value is (219,89,133). Sum of RGB (Red+Green+Blue) = 219+89+133=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5985 is #24A67A. Grayscale: #848484. Windows color (decimal): -2401915 or 8739291. OLE color: 8739291.
HSL color Cylindrical-coordinate representation of color #DB5985: hue angle of 339.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5985 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 133 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.14 |
| HSL | 339.69º | 0.64% | 0.6% | - |
| HSV(B) | 339.69º | 0.59% | 0.86% | - |
| XYZ | 37.02 | 23.9 | 24.85 | - |
| YUV | 132.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 133 | 0 | 0.59 | 0.39 | 0.14 | 339.69 | 0.64 | 0.6 |
| Hex | DB | 59 | 85 | 0 | 3B | 27 | E | 154 | 40 | 3C |
| Octal | 333 | 131 | 205 | 0 | 73 | 47 | 16 | 524 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10000101 | 0 | 111011 | 100111 | 1110 | 101010100 | 1000000 | 111100 |
Color Harmonies of #DB5985
Complementary color
Monochromatic Colors of #DB5985
Black with #DB5985
Text Example
Text Example
White with #DB5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5985; }
p { color: rgb(219,89,133); }
H1.HeaderClassName
{
color: #DB5985;
}
.AnyTagClassName
{
color: #DB5985;
}
</style>
background-color css
<style>
a { background-color: #DB5985; }
a { background-color: rgb(219,89,133); }
div.DivClassName
{
background-color: #DB5985;
}
.BgClassName
{
background-color: #DB5985;
}
</style>
border-color css
<style>
span { border-color: #DB5985; }
span { border-color: rgb(219,89,133); }
td.TdClassName
{
border-color: #DB5985;
}
.TagClassName
{
border-color: #DB5985;
}
</style>