Shades of Dark Pink #DC5892
Tints of Dark Pink #DC5892
RGB
CMYK
RGB Variations
Color information
#DC5892 (or 0xDC5892) is known color: Dark Pink. HEX triplet: DC, 58 and 92. RGB value is (220,88,146). Sum of RGB (Red+Green+Blue) = 220+88+146=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5892 is #23A76D. Grayscale: #858585. Windows color (decimal): -2336622 or 9591004. OLE color: 9591004.
HSL color Cylindrical-coordinate representation of color #DC5892: hue angle of 333.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5892 is Cyan = 0, Magento = 0.6, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 146 | - |
| CMYK | 0 | 0.6 | 0.34 | 0.14 |
| HSL | 333.64º | 0.65% | 0.6% | - |
| HSV(B) | 333.64º | 0.6% | 0.86% | - |
| XYZ | 38.19 | 24.27 | 29.87 | - |
| YUV | 134.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 146 | 0 | 0.6 | 0.34 | 0.14 | 333.64 | 0.65 | 0.6 |
| Hex | DC | 58 | 92 | 0 | 3C | 22 | E | 14E | 41 | 3C |
| Octal | 334 | 130 | 222 | 0 | 74 | 42 | 16 | 516 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10010010 | 0 | 111100 | 100010 | 1110 | 101001110 | 1000001 | 111100 |
Color Harmonies of #DC5892
Complementary color
Monochromatic Colors of #DC5892
Black with #DC5892
Text Example
Text Example
White with #DC5892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5892; }
p { color: rgb(220,88,146); }
H1.HeaderClassName
{
color: #DC5892;
}
.AnyTagClassName
{
color: #DC5892;
}
</style>
background-color css
<style>
a { background-color: #DC5892; }
a { background-color: rgb(220,88,146); }
div.DivClassName
{
background-color: #DC5892;
}
.BgClassName
{
background-color: #DC5892;
}
</style>
border-color css
<style>
span { border-color: #DC5892; }
span { border-color: rgb(220,88,146); }
td.TdClassName
{
border-color: #DC5892;
}
.TagClassName
{
border-color: #DC5892;
}
</style>