Shades of Dark Pink #DB598B
Tints of Dark Pink #DB598B
RGB
CMYK
RGB Variations
Color information
#DB598B (or 0xDB598B) is known color: Dark Pink. HEX triplet: DB, 59 and 8B. RGB value is (219,89,139). Sum of RGB (Red+Green+Blue) = 219+89+139=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB598B is #24A674. Grayscale: #858585. Windows color (decimal): -2401909 or 9132507. OLE color: 9132507.
HSL color Cylindrical-coordinate representation of color #DB598B: hue angle of 336.92º 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 #DB598B is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 139 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.14 |
| HSL | 336.92º | 0.64% | 0.6% | - |
| HSV(B) | 336.92º | 0.59% | 0.86% | - |
| XYZ | 37.45 | 24.07 | 27.1 | - |
| YUV | 133.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 139 | 0 | 0.59 | 0.37 | 0.14 | 336.92 | 0.64 | 0.6 |
| Hex | DB | 59 | 8B | 0 | 3B | 25 | E | 151 | 40 | 3C |
| Octal | 333 | 131 | 213 | 0 | 73 | 45 | 16 | 521 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10001011 | 0 | 111011 | 100101 | 1110 | 101010001 | 1000000 | 111100 |
Color Harmonies of #DB598B
Complementary color
Monochromatic Colors of #DB598B
Black with #DB598B
Text Example
Text Example
White with #DB598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB598B; }
p { color: rgb(219,89,139); }
H1.HeaderClassName
{
color: #DB598B;
}
.AnyTagClassName
{
color: #DB598B;
}
</style>
background-color css
<style>
a { background-color: #DB598B; }
a { background-color: rgb(219,89,139); }
div.DivClassName
{
background-color: #DB598B;
}
.BgClassName
{
background-color: #DB598B;
}
</style>
border-color css
<style>
span { border-color: #DB598B; }
span { border-color: rgb(219,89,139); }
td.TdClassName
{
border-color: #DB598B;
}
.TagClassName
{
border-color: #DB598B;
}
</style>