Shades of Dark Pink #DC5D88
Tints of Dark Pink #DC5D88
RGB
CMYK
RGB Variations
Color information
#DC5D88 (or 0xDC5D88) is known color: Dark Pink. HEX triplet: DC, 5D and 88. RGB value is (220,93,136). Sum of RGB (Red+Green+Blue) = 220+93+136=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D88 is #23A277. Grayscale: #878787. Windows color (decimal): -2335352 or 8936924. OLE color: 8936924.
HSL color Cylindrical-coordinate representation of color #DC5D88: hue angle of 339.69º 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 #DC5D88 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 136 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.14 |
| HSL | 339.69º | 0.64% | 0.61% | - |
| HSV(B) | 339.69º | 0.58% | 0.86% | - |
| XYZ | 37.87 | 24.82 | 26.09 | - |
| YUV | 135.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 136 | 0 | 0.58 | 0.38 | 0.14 | 339.69 | 0.64 | 0.61 |
| Hex | DC | 5D | 88 | 0 | 3A | 26 | E | 154 | 40 | 3D |
| Octal | 334 | 135 | 210 | 0 | 72 | 46 | 16 | 524 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10001000 | 0 | 111010 | 100110 | 1110 | 101010100 | 1000000 | 111101 |
Color Harmonies of #DC5D88
Complementary color
Monochromatic Colors of #DC5D88
Black with #DC5D88
Text Example
Text Example
White with #DC5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D88; }
p { color: rgb(220,93,136); }
H1.HeaderClassName
{
color: #DC5D88;
}
.AnyTagClassName
{
color: #DC5D88;
}
</style>
background-color css
<style>
a { background-color: #DC5D88; }
a { background-color: rgb(220,93,136); }
div.DivClassName
{
background-color: #DC5D88;
}
.BgClassName
{
background-color: #DC5D88;
}
</style>
border-color css
<style>
span { border-color: #DC5D88; }
span { border-color: rgb(220,93,136); }
td.TdClassName
{
border-color: #DC5D88;
}
.TagClassName
{
border-color: #DC5D88;
}
</style>