Shades of Dark Pink #DC598B
Tints of Dark Pink #DC598B
RGB
CMYK
RGB Variations
Color information
#DC598B (or 0xDC598B) is known color: Dark Pink. HEX triplet: DC, 59 and 8B. RGB value is (220,89,139). Sum of RGB (Red+Green+Blue) = 220+89+139=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC598B is #23A674. Grayscale: #858585. Windows color (decimal): -2336373 or 9132508. OLE color: 9132508.
HSL color Cylindrical-coordinate representation of color #DC598B: hue angle of 337.1º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC598B is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 139 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.14 |
| HSL | 337.1º | 0.65% | 0.61% | - |
| HSV(B) | 337.1º | 0.6% | 0.86% | - |
| XYZ | 37.75 | 24.22 | 27.11 | - |
| YUV | 133.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 139 | 0 | 0.60 | 0.37 | 0.14 | 337.1 | 0.65 | 0.61 |
| Hex | DC | 59 | 8B | 0 | 3C | 25 | E | 151 | 41 | 3D |
| Octal | 334 | 131 | 213 | 0 | 74 | 45 | 16 | 521 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10001011 | 0 | 111100 | 100101 | 1110 | 101010001 | 1000001 | 111101 |
Color Harmonies of #DC598B
Complementary color
Monochromatic Colors of #DC598B
Black with #DC598B
Text Example
Text Example
White with #DC598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC598B; }
p { color: rgb(220,89,139); }
H1.HeaderClassName
{
color: #DC598B;
}
.AnyTagClassName
{
color: #DC598B;
}
</style>
background-color css
<style>
a { background-color: #DC598B; }
a { background-color: rgb(220,89,139); }
div.DivClassName
{
background-color: #DC598B;
}
.BgClassName
{
background-color: #DC598B;
}
</style>
border-color css
<style>
span { border-color: #DC598B; }
span { border-color: rgb(220,89,139); }
td.TdClassName
{
border-color: #DC598B;
}
.TagClassName
{
border-color: #DC598B;
}
</style>