Shades of Dark Pink #DC5D86
Tints of Dark Pink #DC5D86
RGB
CMYK
RGB Variations
Color information
#DC5D86 (or 0xDC5D86) is known color: Dark Pink. HEX triplet: DC, 5D and 86. RGB value is (220,93,134). Sum of RGB (Red+Green+Blue) = 220+93+134=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D86 is #23A279. Grayscale: #878787. Windows color (decimal): -2335354 or 8805852. OLE color: 8805852.
HSL color Cylindrical-coordinate representation of color #DC5D86: hue angle of 340.63º 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 #DC5D86 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 134 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.14 |
| HSL | 340.63º | 0.64% | 0.61% | - |
| HSV(B) | 340.63º | 0.58% | 0.86% | - |
| XYZ | 37.73 | 24.77 | 25.35 | - |
| YUV | 135.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 134 | 0 | 0.58 | 0.39 | 0.14 | 340.63 | 0.64 | 0.61 |
| Hex | DC | 5D | 86 | 0 | 3A | 27 | E | 155 | 40 | 3D |
| Octal | 334 | 135 | 206 | 0 | 72 | 47 | 16 | 525 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10000110 | 0 | 111010 | 100111 | 1110 | 101010101 | 1000000 | 111101 |
Color Harmonies of #DC5D86
Complementary color
Monochromatic Colors of #DC5D86
Black with #DC5D86
Text Example
Text Example
White with #DC5D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D86; }
p { color: rgb(220,93,134); }
H1.HeaderClassName
{
color: #DC5D86;
}
.AnyTagClassName
{
color: #DC5D86;
}
</style>
background-color css
<style>
a { background-color: #DC5D86; }
a { background-color: rgb(220,93,134); }
div.DivClassName
{
background-color: #DC5D86;
}
.BgClassName
{
background-color: #DC5D86;
}
</style>
border-color css
<style>
span { border-color: #DC5D86; }
span { border-color: rgb(220,93,134); }
td.TdClassName
{
border-color: #DC5D86;
}
.TagClassName
{
border-color: #DC5D86;
}
</style>