Shades of Dark Pink #DB598F
Tints of Dark Pink #DB598F
RGB
CMYK
RGB Variations
Color information
#DB598F (or 0xDB598F) is known color: Dark Pink. HEX triplet: DB, 59 and 8F. RGB value is (219,89,143). Sum of RGB (Red+Green+Blue) = 219+89+143=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB598F is #24A670. Grayscale: #858585. Windows color (decimal): -2401905 or 9394651. OLE color: 9394651.
HSL color Cylindrical-coordinate representation of color #DB598F: hue angle of 335.08º 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 #DB598F is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 143 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.14 |
| HSL | 335.08º | 0.64% | 0.6% | - |
| HSV(B) | 335.08º | 0.59% | 0.86% | - |
| XYZ | 37.74 | 24.19 | 28.67 | - |
| YUV | 134.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 143 | 0 | 0.59 | 0.35 | 0.14 | 335.08 | 0.64 | 0.6 |
| Hex | DB | 59 | 8F | 0 | 3B | 23 | E | 14F | 40 | 3C |
| Octal | 333 | 131 | 217 | 0 | 73 | 43 | 16 | 517 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10001111 | 0 | 111011 | 100011 | 1110 | 101001111 | 1000000 | 111100 |
Color Harmonies of #DB598F
Complementary color
Monochromatic Colors of #DB598F
Black with #DB598F
Text Example
Text Example
White with #DB598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB598F; }
p { color: rgb(219,89,143); }
H1.HeaderClassName
{
color: #DB598F;
}
.AnyTagClassName
{
color: #DB598F;
}
</style>
background-color css
<style>
a { background-color: #DB598F; }
a { background-color: rgb(219,89,143); }
div.DivClassName
{
background-color: #DB598F;
}
.BgClassName
{
background-color: #DB598F;
}
</style>
border-color css
<style>
span { border-color: #DB598F; }
span { border-color: rgb(219,89,143); }
td.TdClassName
{
border-color: #DB598F;
}
.TagClassName
{
border-color: #DB598F;
}
</style>