Shades of Dark Pink #DB598D
Tints of Dark Pink #DB598D
RGB
CMYK
RGB Variations
Color information
#DB598D (or 0xDB598D) is known color: Dark Pink. HEX triplet: DB, 59 and 8D. RGB value is (219,89,141). Sum of RGB (Red+Green+Blue) = 219+89+141=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB598D is #24A672. Grayscale: #858585. Windows color (decimal): -2401907 or 9263579. OLE color: 9263579.
HSL color Cylindrical-coordinate representation of color #DB598D: hue angle of 336º 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 #DB598D is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 141 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.14 |
| HSL | 336º | 0.64% | 0.6% | - |
| HSV(B) | 336º | 0.59% | 0.86% | - |
| XYZ | 37.59 | 24.13 | 27.88 | - |
| YUV | 133.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 141 | 0 | 0.59 | 0.36 | 0.14 | 336 | 0.64 | 0.6 |
| Hex | DB | 59 | 8D | 0 | 3B | 24 | E | 150 | 40 | 3C |
| Octal | 333 | 131 | 215 | 0 | 73 | 44 | 16 | 520 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10001101 | 0 | 111011 | 100100 | 1110 | 101010000 | 1000000 | 111100 |
Color Harmonies of #DB598D
Complementary color
Monochromatic Colors of #DB598D
Black with #DB598D
Text Example
Text Example
White with #DB598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB598D; }
p { color: rgb(219,89,141); }
H1.HeaderClassName
{
color: #DB598D;
}
.AnyTagClassName
{
color: #DB598D;
}
</style>
background-color css
<style>
a { background-color: #DB598D; }
a { background-color: rgb(219,89,141); }
div.DivClassName
{
background-color: #DB598D;
}
.BgClassName
{
background-color: #DB598D;
}
</style>
border-color css
<style>
span { border-color: #DB598D; }
span { border-color: rgb(219,89,141); }
td.TdClassName
{
border-color: #DB598D;
}
.TagClassName
{
border-color: #DB598D;
}
</style>