Shades of Dark Pink #DC588A
Tints of Dark Pink #DC588A
RGB
CMYK
RGB Variations
Color information
#DC588A (or 0xDC588A) is known color: Dark Pink. HEX triplet: DC, 58 and 8A. RGB value is (220,88,138). Sum of RGB (Red+Green+Blue) = 220+88+138=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC588A is #23A775. Grayscale: #858585. Windows color (decimal): -2336630 or 9066716. OLE color: 9066716.
HSL color Cylindrical-coordinate representation of color #DC588A: hue angle of 337.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC588A is Cyan = 0, Magento = 0.6, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 138 | - |
| CMYK | 0 | 0.6 | 0.37 | 0.14 |
| HSL | 337.27º | 0.65% | 0.6% | - |
| HSV(B) | 337.27º | 0.6% | 0.86% | - |
| XYZ | 37.59 | 24.03 | 26.7 | - |
| YUV | 133.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 138 | 0 | 0.6 | 0.37 | 0.14 | 337.27 | 0.65 | 0.6 |
| Hex | DC | 58 | 8A | 0 | 3C | 25 | E | 151 | 41 | 3C |
| Octal | 334 | 130 | 212 | 0 | 74 | 45 | 16 | 521 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10001010 | 0 | 111100 | 100101 | 1110 | 101010001 | 1000001 | 111100 |
Color Harmonies of #DC588A
Complementary color
Monochromatic Colors of #DC588A
Black with #DC588A
Text Example
Text Example
White with #DC588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC588A; }
p { color: rgb(220,88,138); }
H1.HeaderClassName
{
color: #DC588A;
}
.AnyTagClassName
{
color: #DC588A;
}
</style>
background-color css
<style>
a { background-color: #DC588A; }
a { background-color: rgb(220,88,138); }
div.DivClassName
{
background-color: #DC588A;
}
.BgClassName
{
background-color: #DC588A;
}
</style>
border-color css
<style>
span { border-color: #DC588A; }
span { border-color: rgb(220,88,138); }
td.TdClassName
{
border-color: #DC588A;
}
.TagClassName
{
border-color: #DC588A;
}
</style>