Shades of Dark Pink #DC5891
Tints of Dark Pink #DC5891
RGB
CMYK
RGB Variations
Color information
#DC5891 (or 0xDC5891) is known color: Dark Pink. HEX triplet: DC, 58 and 91. RGB value is (220,88,145). Sum of RGB (Red+Green+Blue) = 220+88+145=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5891 is #23A76E. Grayscale: #858585. Windows color (decimal): -2336623 or 9525468. OLE color: 9525468.
HSL color Cylindrical-coordinate representation of color #DC5891: hue angle of 334.09º 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 #DC5891 is Cyan = 0, Magento = 0.6, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 145 | - |
| CMYK | 0 | 0.6 | 0.34 | 0.14 |
| HSL | 334.09º | 0.65% | 0.6% | - |
| HSV(B) | 334.09º | 0.6% | 0.86% | - |
| XYZ | 38.12 | 24.24 | 29.46 | - |
| YUV | 133.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 145 | 0 | 0.6 | 0.34 | 0.14 | 334.09 | 0.65 | 0.6 |
| Hex | DC | 58 | 91 | 0 | 3C | 22 | E | 14E | 41 | 3C |
| Octal | 334 | 130 | 221 | 0 | 74 | 42 | 16 | 516 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10010001 | 0 | 111100 | 100010 | 1110 | 101001110 | 1000001 | 111100 |
Color Harmonies of #DC5891
Complementary color
Monochromatic Colors of #DC5891
Black with #DC5891
Text Example
Text Example
White with #DC5891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5891; }
p { color: rgb(220,88,145); }
H1.HeaderClassName
{
color: #DC5891;
}
.AnyTagClassName
{
color: #DC5891;
}
</style>
background-color css
<style>
a { background-color: #DC5891; }
a { background-color: rgb(220,88,145); }
div.DivClassName
{
background-color: #DC5891;
}
.BgClassName
{
background-color: #DC5891;
}
</style>
border-color css
<style>
span { border-color: #DC5891; }
span { border-color: rgb(220,88,145); }
td.TdClassName
{
border-color: #DC5891;
}
.TagClassName
{
border-color: #DC5891;
}
</style>