Shades of Dark Pink #DC5893
Tints of Dark Pink #DC5893
RGB
CMYK
RGB Variations
Color information
#DC5893 (or 0xDC5893) is known color: Dark Pink. HEX triplet: DC, 58 and 93. RGB value is (220,88,147). Sum of RGB (Red+Green+Blue) = 220+88+147=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5893 is #23A76C. Grayscale: #868686. Windows color (decimal): -2336621 or 9656540. OLE color: 9656540.
HSL color Cylindrical-coordinate representation of color #DC5893: hue angle of 333.18º 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 #DC5893 is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 147 | - |
| CMYK | 0 | 0.6 | 0.33 | 0.14 |
| HSL | 333.18º | 0.65% | 0.6% | - |
| HSV(B) | 333.18º | 0.6% | 0.86% | - |
| XYZ | 38.27 | 24.3 | 30.28 | - |
| YUV | 134.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 147 | 0 | 0.6 | 0.33 | 0.14 | 333.18 | 0.65 | 0.6 |
| Hex | DC | 58 | 93 | 0 | 3C | 21 | E | 14D | 41 | 3C |
| Octal | 334 | 130 | 223 | 0 | 74 | 41 | 16 | 515 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10010011 | 0 | 111100 | 100001 | 1110 | 101001101 | 1000001 | 111100 |
Color Harmonies of #DC5893
Complementary color
Monochromatic Colors of #DC5893
Black with #DC5893
Text Example
Text Example
White with #DC5893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5893; }
p { color: rgb(220,88,147); }
H1.HeaderClassName
{
color: #DC5893;
}
.AnyTagClassName
{
color: #DC5893;
}
</style>
background-color css
<style>
a { background-color: #DC5893; }
a { background-color: rgb(220,88,147); }
div.DivClassName
{
background-color: #DC5893;
}
.BgClassName
{
background-color: #DC5893;
}
</style>
border-color css
<style>
span { border-color: #DC5893; }
span { border-color: rgb(220,88,147); }
td.TdClassName
{
border-color: #DC5893;
}
.TagClassName
{
border-color: #DC5893;
}
</style>