Shades of Dark Pink #DC5686
Tints of Dark Pink #DC5686
RGB
CMYK
RGB Variations
Color information
#DC5686 (or 0xDC5686) is known color: Dark Pink. HEX triplet: DC, 56 and 86. RGB value is (220,86,134). Sum of RGB (Red+Green+Blue) = 220+86+134=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5686 is #23A979. Grayscale: #838383. Windows color (decimal): -2337146 or 8804060. OLE color: 8804060.
HSL color Cylindrical-coordinate representation of color #DC5686: hue angle of 338.51º 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 #DC5686 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 134 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.14 |
| HSL | 338.51º | 0.66% | 0.6% | - |
| HSV(B) | 338.51º | 0.61% | 0.86% | - |
| XYZ | 37.15 | 23.59 | 25.15 | - |
| YUV | 131.54 | 129.39 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 134 | 0 | 0.61 | 0.39 | 0.14 | 338.51 | 0.66 | 0.6 |
| Hex | DC | 56 | 86 | 0 | 3D | 27 | E | 153 | 42 | 3C |
| Octal | 334 | 126 | 206 | 0 | 75 | 47 | 16 | 523 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10000110 | 0 | 111101 | 100111 | 1110 | 101010011 | 1000010 | 111100 |
Color Harmonies of #DC5686
Complementary color
Monochromatic Colors of #DC5686
Black with #DC5686
Text Example
Text Example
White with #DC5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5686; }
p { color: rgb(220,86,134); }
H1.HeaderClassName
{
color: #DC5686;
}
.AnyTagClassName
{
color: #DC5686;
}
</style>
background-color css
<style>
a { background-color: #DC5686; }
a { background-color: rgb(220,86,134); }
div.DivClassName
{
background-color: #DC5686;
}
.BgClassName
{
background-color: #DC5686;
}
</style>
border-color css
<style>
span { border-color: #DC5686; }
span { border-color: rgb(220,86,134); }
td.TdClassName
{
border-color: #DC5686;
}
.TagClassName
{
border-color: #DC5686;
}
</style>