Shades of Dark Pink #DB598A
Tints of Dark Pink #DB598A
RGB
CMYK
RGB Variations
Color information
#DB598A (or 0xDB598A) is known color: Dark Pink. HEX triplet: DB, 59 and 8A. RGB value is (219,89,138). Sum of RGB (Red+Green+Blue) = 219+89+138=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB598A is #24A675. Grayscale: #858585. Windows color (decimal): -2401910 or 9066971. OLE color: 9066971.
HSL color Cylindrical-coordinate representation of color #DB598A: hue angle of 337.38º 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 #DB598A is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 89 | 138 | - |
CMYK | 0 | 0.59 | 0.37 | 0.14 |
HSL | 337.38º | 0.64% | 0.6% | - |
HSV(B) | 337.38º | 0.59% | 0.86% | - |
XYZ | 37.37 | 24.04 | 26.72 | - |
YUV | 133.46 | 130.57 | 189.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 89 | 138 | 0 | 0.59 | 0.37 | 0.14 | 337.38 | 0.64 | 0.6 |
Hex | DB | 59 | 8A | 0 | 3B | 25 | E | 151 | 40 | 3C |
Octal | 333 | 131 | 212 | 0 | 73 | 45 | 16 | 521 | 100 | 74 |
Binary | 11011011 | 1011001 | 10001010 | 0 | 111011 | 100101 | 1110 | 101010001 | 1000000 | 111100 |
Color Harmonies of #DB598A
Complementary color
Monochromatic Colors of #DB598A
Black with #DB598A
Text Example
Text Example
White with #DB598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB598A; }
p { color: rgb(219,89,138); }
H1.HeaderClassName
{
color: #DB598A;
}
.AnyTagClassName
{
color: #DB598A;
}
</style>
background-color css
<style>
a { background-color: #DB598A; }
a { background-color: rgb(219,89,138); }
div.DivClassName
{
background-color: #DB598A;
}
.BgClassName
{
background-color: #DB598A;
}
</style>
border-color css
<style>
span { border-color: #DB598A; }
span { border-color: rgb(219,89,138); }
td.TdClassName
{
border-color: #DB598A;
}
.TagClassName
{
border-color: #DB598A;
}
</style>