Shades of Dark Pink #DC5F83
Tints of Dark Pink #DC5F83
RGB
CMYK
RGB Variations
Color information
#DC5F83 (or 0xDC5F83) is known color: Dark Pink. HEX triplet: DC, 5F and 83. RGB value is (220,95,131). Sum of RGB (Red+Green+Blue) = 220+95+131=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5F83 is #23A07C. Grayscale: #888888. Windows color (decimal): -2334845 or 8609756. OLE color: 8609756.
HSL color Cylindrical-coordinate representation of color #DC5F83: hue angle of 342.72º 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 #DC5F83 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 131 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.14 |
| HSL | 342.72º | 0.64% | 0.62% | - |
| HSV(B) | 342.72º | 0.57% | 0.86% | - |
| XYZ | 37.7 | 25.04 | 24.32 | - |
| YUV | 136.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 131 | 0 | 0.57 | 0.40 | 0.14 | 342.72 | 0.64 | 0.62 |
| Hex | DC | 5F | 83 | 0 | 39 | 28 | E | 157 | 40 | 3E |
| Octal | 334 | 137 | 203 | 0 | 71 | 50 | 16 | 527 | 100 | 76 |
| Binary | 11011100 | 1011111 | 10000011 | 0 | 111001 | 101000 | 1110 | 101010111 | 1000000 | 111110 |
Color Harmonies of #DC5F83
Complementary color
Monochromatic Colors of #DC5F83
Black with #DC5F83
Text Example
Text Example
White with #DC5F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F83; }
p { color: rgb(220,95,131); }
H1.HeaderClassName
{
color: #DC5F83;
}
.AnyTagClassName
{
color: #DC5F83;
}
</style>
background-color css
<style>
a { background-color: #DC5F83; }
a { background-color: rgb(220,95,131); }
div.DivClassName
{
background-color: #DC5F83;
}
.BgClassName
{
background-color: #DC5F83;
}
</style>
border-color css
<style>
span { border-color: #DC5F83; }
span { border-color: rgb(220,95,131); }
td.TdClassName
{
border-color: #DC5F83;
}
.TagClassName
{
border-color: #DC5F83;
}
</style>