Shades of Dark Pink #DC5F85
Tints of Dark Pink #DC5F85
RGB
CMYK
RGB Variations
Color information
#DC5F85 (or 0xDC5F85) is known color: Dark Pink. HEX triplet: DC, 5F and 85. RGB value is (220,95,133). Sum of RGB (Red+Green+Blue) = 220+95+133=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5F85 is #23A07A. Grayscale: #888888. Windows color (decimal): -2334843 or 8740828. OLE color: 8740828.
HSL color Cylindrical-coordinate representation of color #DC5F85: hue angle of 341.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5F85 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 133 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.14 |
| HSL | 341.76º | 0.64% | 0.62% | - |
| HSV(B) | 341.76º | 0.57% | 0.86% | - |
| XYZ | 37.84 | 25.09 | 25.04 | - |
| YUV | 136.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 133 | 0 | 0.57 | 0.40 | 0.14 | 341.76 | 0.64 | 0.62 |
| Hex | DC | 5F | 85 | 0 | 39 | 28 | E | 156 | 40 | 3E |
| Octal | 334 | 137 | 205 | 0 | 71 | 50 | 16 | 526 | 100 | 76 |
| Binary | 11011100 | 1011111 | 10000101 | 0 | 111001 | 101000 | 1110 | 101010110 | 1000000 | 111110 |
Color Harmonies of #DC5F85
Complementary color
Monochromatic Colors of #DC5F85
Black with #DC5F85
Text Example
Text Example
White with #DC5F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F85; }
p { color: rgb(220,95,133); }
H1.HeaderClassName
{
color: #DC5F85;
}
.AnyTagClassName
{
color: #DC5F85;
}
</style>
background-color css
<style>
a { background-color: #DC5F85; }
a { background-color: rgb(220,95,133); }
div.DivClassName
{
background-color: #DC5F85;
}
.BgClassName
{
background-color: #DC5F85;
}
</style>
border-color css
<style>
span { border-color: #DC5F85; }
span { border-color: rgb(220,95,133); }
td.TdClassName
{
border-color: #DC5F85;
}
.TagClassName
{
border-color: #DC5F85;
}
</style>