Shades of Dark Pink #DC5688
Tints of Dark Pink #DC5688
RGB
CMYK
RGB Variations
Color information
#DC5688 (or 0xDC5688) is known color: Dark Pink. HEX triplet: DC, 56 and 88. RGB value is (220,86,136). Sum of RGB (Red+Green+Blue) = 220+86+136=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5688 is #23A977. Grayscale: #838383. Windows color (decimal): -2337144 or 8935132. OLE color: 8935132.
HSL color Cylindrical-coordinate representation of color #DC5688: hue angle of 337.61º 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 #DC5688 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 136 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.14 |
| HSL | 337.61º | 0.66% | 0.6% | - |
| HSV(B) | 337.61º | 0.61% | 0.86% | - |
| XYZ | 37.29 | 23.65 | 25.89 | - |
| YUV | 131.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 136 | 0 | 0.61 | 0.38 | 0.14 | 337.61 | 0.66 | 0.6 |
| Hex | DC | 56 | 88 | 0 | 3D | 26 | E | 152 | 42 | 3C |
| Octal | 334 | 126 | 210 | 0 | 75 | 46 | 16 | 522 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10001000 | 0 | 111101 | 100110 | 1110 | 101010010 | 1000010 | 111100 |
Color Harmonies of #DC5688
Complementary color
Monochromatic Colors of #DC5688
Black with #DC5688
Text Example
Text Example
White with #DC5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5688; }
p { color: rgb(220,86,136); }
H1.HeaderClassName
{
color: #DC5688;
}
.AnyTagClassName
{
color: #DC5688;
}
</style>
background-color css
<style>
a { background-color: #DC5688; }
a { background-color: rgb(220,86,136); }
div.DivClassName
{
background-color: #DC5688;
}
.BgClassName
{
background-color: #DC5688;
}
</style>
border-color css
<style>
span { border-color: #DC5688; }
span { border-color: rgb(220,86,136); }
td.TdClassName
{
border-color: #DC5688;
}
.TagClassName
{
border-color: #DC5688;
}
</style>