Shades of Dark Pink #DC588C
Tints of Dark Pink #DC588C
RGB
CMYK
RGB Variations
Color information
#DC588C (or 0xDC588C) is known color: Dark Pink. HEX triplet: DC, 58 and 8C. RGB value is (220,88,140). Sum of RGB (Red+Green+Blue) = 220+88+140=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC588C is #23A773. Grayscale: #858585. Windows color (decimal): -2336628 or 9197788. OLE color: 9197788.
HSL color Cylindrical-coordinate representation of color #DC588C: hue angle of 336.36º 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 #DC588C is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 140 | - |
| CMYK | 0 | 0.6 | 0.36 | 0.14 |
| HSL | 336.36º | 0.65% | 0.6% | - |
| HSV(B) | 336.36º | 0.6% | 0.86% | - |
| XYZ | 37.74 | 24.09 | 27.47 | - |
| YUV | 133.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 140 | 0 | 0.6 | 0.36 | 0.14 | 336.36 | 0.65 | 0.6 |
| Hex | DC | 58 | 8C | 0 | 3C | 24 | E | 150 | 41 | 3C |
| Octal | 334 | 130 | 214 | 0 | 74 | 44 | 16 | 520 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10001100 | 0 | 111100 | 100100 | 1110 | 101010000 | 1000001 | 111100 |
Color Harmonies of #DC588C
Complementary color
Monochromatic Colors of #DC588C
Black with #DC588C
Text Example
Text Example
White with #DC588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC588C; }
p { color: rgb(220,88,140); }
H1.HeaderClassName
{
color: #DC588C;
}
.AnyTagClassName
{
color: #DC588C;
}
</style>
background-color css
<style>
a { background-color: #DC588C; }
a { background-color: rgb(220,88,140); }
div.DivClassName
{
background-color: #DC588C;
}
.BgClassName
{
background-color: #DC588C;
}
</style>
border-color css
<style>
span { border-color: #DC588C; }
span { border-color: rgb(220,88,140); }
td.TdClassName
{
border-color: #DC588C;
}
.TagClassName
{
border-color: #DC588C;
}
</style>