Shades of Dark Pink #DC5E83
Tints of Dark Pink #DC5E83
RGB
CMYK
RGB Variations
Color information
#DC5E83 (or 0xDC5E83) is known color: Dark Pink. HEX triplet: DC, 5E and 83. RGB value is (220,94,131). Sum of RGB (Red+Green+Blue) = 220+94+131=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E83 is #23A17C. Grayscale: #878787. Windows color (decimal): -2335101 or 8609500. OLE color: 8609500.
HSL color Cylindrical-coordinate representation of color #DC5E83: hue angle of 342.38º 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 #DC5E83 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 131 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.14 |
| HSL | 342.38º | 0.64% | 0.62% | - |
| HSV(B) | 342.38º | 0.57% | 0.86% | - |
| XYZ | 37.61 | 24.86 | 24.29 | - |
| YUV | 135.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 131 | 0 | 0.57 | 0.40 | 0.14 | 342.38 | 0.64 | 0.62 |
| Hex | DC | 5E | 83 | 0 | 39 | 28 | E | 156 | 40 | 3E |
| Octal | 334 | 136 | 203 | 0 | 71 | 50 | 16 | 526 | 100 | 76 |
| Binary | 11011100 | 1011110 | 10000011 | 0 | 111001 | 101000 | 1110 | 101010110 | 1000000 | 111110 |
Color Harmonies of #DC5E83
Complementary color
Monochromatic Colors of #DC5E83
Black with #DC5E83
Text Example
Text Example
White with #DC5E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E83; }
p { color: rgb(220,94,131); }
H1.HeaderClassName
{
color: #DC5E83;
}
.AnyTagClassName
{
color: #DC5E83;
}
</style>
background-color css
<style>
a { background-color: #DC5E83; }
a { background-color: rgb(220,94,131); }
div.DivClassName
{
background-color: #DC5E83;
}
.BgClassName
{
background-color: #DC5E83;
}
</style>
border-color css
<style>
span { border-color: #DC5E83; }
span { border-color: rgb(220,94,131); }
td.TdClassName
{
border-color: #DC5E83;
}
.TagClassName
{
border-color: #DC5E83;
}
</style>