Shades of Dark Pink #DC5585
Tints of Dark Pink #DC5585
RGB
CMYK
RGB Variations
Color information
#DC5585 (or 0xDC5585) is known color: Dark Pink. HEX triplet: DC, 55 and 85. RGB value is (220,85,133). Sum of RGB (Red+Green+Blue) = 220+85+133=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5585 is #23AA7A. Grayscale: #828282. Windows color (decimal): -2337403 or 8738268. OLE color: 8738268.
HSL color Cylindrical-coordinate representation of color #DC5585: hue angle of 338.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5585 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 133 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.14 |
| HSL | 338.67º | 0.66% | 0.6% | - |
| HSV(B) | 338.67º | 0.61% | 0.86% | - |
| XYZ | 37 | 23.41 | 24.76 | - |
| YUV | 130.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 133 | 0 | 0.61 | 0.40 | 0.14 | 338.67 | 0.66 | 0.6 |
| Hex | DC | 55 | 85 | 0 | 3D | 28 | E | 153 | 42 | 3C |
| Octal | 334 | 125 | 205 | 0 | 75 | 50 | 16 | 523 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10000101 | 0 | 111101 | 101000 | 1110 | 101010011 | 1000010 | 111100 |
Color Harmonies of #DC5585
Complementary color
Monochromatic Colors of #DC5585
Black with #DC5585
Text Example
Text Example
White with #DC5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5585; }
p { color: rgb(220,85,133); }
H1.HeaderClassName
{
color: #DC5585;
}
.AnyTagClassName
{
color: #DC5585;
}
</style>
background-color css
<style>
a { background-color: #DC5585; }
a { background-color: rgb(220,85,133); }
div.DivClassName
{
background-color: #DC5585;
}
.BgClassName
{
background-color: #DC5585;
}
</style>
border-color css
<style>
span { border-color: #DC5585; }
span { border-color: rgb(220,85,133); }
td.TdClassName
{
border-color: #DC5585;
}
.TagClassName
{
border-color: #DC5585;
}
</style>