Shades of Dark Pink #DC5D82
Tints of Dark Pink #DC5D82
RGB
CMYK
RGB Variations
Color information
#DC5D82 (or 0xDC5D82) is known color: Dark Pink. HEX triplet: DC, 5D and 82. RGB value is (220,93,130). Sum of RGB (Red+Green+Blue) = 220+93+130=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D82 is #23A27D. Grayscale: #878787. Windows color (decimal): -2335358 or 8543708. OLE color: 8543708.
HSL color Cylindrical-coordinate representation of color #DC5D82: hue angle of 342.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D82 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 130 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.14 |
| HSL | 342.52º | 0.64% | 0.61% | - |
| HSV(B) | 342.52º | 0.58% | 0.86% | - |
| XYZ | 37.46 | 24.66 | 23.9 | - |
| YUV | 135.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 130 | 0 | 0.58 | 0.41 | 0.14 | 342.52 | 0.64 | 0.61 |
| Hex | DC | 5D | 82 | 0 | 3A | 29 | E | 157 | 40 | 3D |
| Octal | 334 | 135 | 202 | 0 | 72 | 51 | 16 | 527 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10000010 | 0 | 111010 | 101001 | 1110 | 101010111 | 1000000 | 111101 |
Color Harmonies of #DC5D82
Complementary color
Monochromatic Colors of #DC5D82
Black with #DC5D82
Text Example
Text Example
White with #DC5D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D82; }
p { color: rgb(220,93,130); }
H1.HeaderClassName
{
color: #DC5D82;
}
.AnyTagClassName
{
color: #DC5D82;
}
</style>
background-color css
<style>
a { background-color: #DC5D82; }
a { background-color: rgb(220,93,130); }
div.DivClassName
{
background-color: #DC5D82;
}
.BgClassName
{
background-color: #DC5D82;
}
</style>
border-color css
<style>
span { border-color: #DC5D82; }
span { border-color: rgb(220,93,130); }
td.TdClassName
{
border-color: #DC5D82;
}
.TagClassName
{
border-color: #DC5D82;
}
</style>