Shades of Dark Pink #DC5488
Tints of Dark Pink #DC5488
RGB
CMYK
RGB Variations
Color information
#DC5488 (or 0xDC5488) is known color: Dark Pink. HEX triplet: DC, 54 and 88. RGB value is (220,84,136). Sum of RGB (Red+Green+Blue) = 220+84+136=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5488 is #23AB77. Grayscale: #828282. Windows color (decimal): -2337656 or 8934620. OLE color: 8934620.
HSL color Cylindrical-coordinate representation of color #DC5488: hue angle of 337.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5488 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 136 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.14 |
| HSL | 337.06º | 0.66% | 0.6% | - |
| HSV(B) | 337.06º | 0.62% | 0.86% | - |
| XYZ | 37.13 | 23.33 | 25.84 | - |
| YUV | 130.59 | 131.06 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 136 | 0 | 0.62 | 0.38 | 0.14 | 337.06 | 0.66 | 0.6 |
| Hex | DC | 54 | 88 | 0 | 3E | 26 | E | 151 | 42 | 3C |
| Octal | 334 | 124 | 210 | 0 | 76 | 46 | 16 | 521 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10001000 | 0 | 111110 | 100110 | 1110 | 101010001 | 1000010 | 111100 |
Color Harmonies of #DC5488
Complementary color
Monochromatic Colors of #DC5488
Black with #DC5488
Text Example
Text Example
White with #DC5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5488; }
p { color: rgb(220,84,136); }
H1.HeaderClassName
{
color: #DC5488;
}
.AnyTagClassName
{
color: #DC5488;
}
</style>
background-color css
<style>
a { background-color: #DC5488; }
a { background-color: rgb(220,84,136); }
div.DivClassName
{
background-color: #DC5488;
}
.BgClassName
{
background-color: #DC5488;
}
</style>
border-color css
<style>
span { border-color: #DC5488; }
span { border-color: rgb(220,84,136); }
td.TdClassName
{
border-color: #DC5488;
}
.TagClassName
{
border-color: #DC5488;
}
</style>