Shades of Dark Pink #DC598A
Tints of Dark Pink #DC598A
RGB
CMYK
RGB Variations
Color information
#DC598A (or 0xDC598A) is known color: Dark Pink. HEX triplet: DC, 59 and 8A. RGB value is (220,89,138). Sum of RGB (Red+Green+Blue) = 220+89+138=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC598A is #23A675. Grayscale: #858585. Windows color (decimal): -2336374 or 9066972. OLE color: 9066972.
HSL color Cylindrical-coordinate representation of color #DC598A: hue angle of 337.56º 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 #DC598A is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 138 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.14 |
| HSL | 337.56º | 0.65% | 0.61% | - |
| HSV(B) | 337.56º | 0.6% | 0.86% | - |
| XYZ | 37.68 | 24.2 | 26.73 | - |
| YUV | 133.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 138 | 0 | 0.60 | 0.37 | 0.14 | 337.56 | 0.65 | 0.61 |
| Hex | DC | 59 | 8A | 0 | 3C | 25 | E | 152 | 41 | 3D |
| Octal | 334 | 131 | 212 | 0 | 74 | 45 | 16 | 522 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10001010 | 0 | 111100 | 100101 | 1110 | 101010010 | 1000001 | 111101 |
Color Harmonies of #DC598A
Complementary color
Monochromatic Colors of #DC598A
Black with #DC598A
Text Example
Text Example
White with #DC598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC598A; }
p { color: rgb(220,89,138); }
H1.HeaderClassName
{
color: #DC598A;
}
.AnyTagClassName
{
color: #DC598A;
}
</style>
background-color css
<style>
a { background-color: #DC598A; }
a { background-color: rgb(220,89,138); }
div.DivClassName
{
background-color: #DC598A;
}
.BgClassName
{
background-color: #DC598A;
}
</style>
border-color css
<style>
span { border-color: #DC598A; }
span { border-color: rgb(220,89,138); }
td.TdClassName
{
border-color: #DC598A;
}
.TagClassName
{
border-color: #DC598A;
}
</style>