Shades of Dark Pink #DC5C82
Tints of Dark Pink #DC5C82
RGB
CMYK
RGB Variations
Color information
#DC5C82 (or 0xDC5C82) is known color: Dark Pink. HEX triplet: DC, 5C and 82. RGB value is (220,92,130). Sum of RGB (Red+Green+Blue) = 220+92+130=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5C82 is #23A37D. Grayscale: #868686. Windows color (decimal): -2335614 or 8543452. OLE color: 8543452.
HSL color Cylindrical-coordinate representation of color #DC5C82: hue angle of 342.19º degrees, saturation: 0.65, 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 #DC5C82 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 130 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.14 |
| HSL | 342.19º | 0.65% | 0.61% | - |
| HSV(B) | 342.19º | 0.58% | 0.86% | - |
| XYZ | 37.37 | 24.48 | 23.87 | - |
| YUV | 134.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 130 | 0 | 0.58 | 0.41 | 0.14 | 342.19 | 0.65 | 0.61 |
| Hex | DC | 5C | 82 | 0 | 3A | 29 | E | 156 | 41 | 3D |
| Octal | 334 | 134 | 202 | 0 | 72 | 51 | 16 | 526 | 101 | 75 |
| Binary | 11011100 | 1011100 | 10000010 | 0 | 111010 | 101001 | 1110 | 101010110 | 1000001 | 111101 |
Color Harmonies of #DC5C82
Complementary color
Monochromatic Colors of #DC5C82
Black with #DC5C82
Text Example
Text Example
White with #DC5C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C82; }
p { color: rgb(220,92,130); }
H1.HeaderClassName
{
color: #DC5C82;
}
.AnyTagClassName
{
color: #DC5C82;
}
</style>
background-color css
<style>
a { background-color: #DC5C82; }
a { background-color: rgb(220,92,130); }
div.DivClassName
{
background-color: #DC5C82;
}
.BgClassName
{
background-color: #DC5C82;
}
</style>
border-color css
<style>
span { border-color: #DC5C82; }
span { border-color: rgb(220,92,130); }
td.TdClassName
{
border-color: #DC5C82;
}
.TagClassName
{
border-color: #DC5C82;
}
</style>