Shades of Dark Pink #DC558B
Tints of Dark Pink #DC558B
RGB
CMYK
RGB Variations
Color information
#DC558B (or 0xDC558B) is known color: Dark Pink. HEX triplet: DC, 55 and 8B. RGB value is (220,85,139). Sum of RGB (Red+Green+Blue) = 220+85+139=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC558B is #23AA74. Grayscale: #838383. Windows color (decimal): -2337397 or 9131484. OLE color: 9131484.
HSL color Cylindrical-coordinate representation of color #DC558B: hue angle of 336º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC558B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 139 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.14 |
| HSL | 336º | 0.66% | 0.6% | - |
| HSV(B) | 336º | 0.61% | 0.86% | - |
| XYZ | 37.42 | 23.58 | 27 | - |
| YUV | 131.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 139 | 0 | 0.61 | 0.37 | 0.14 | 336 | 0.66 | 0.6 |
| Hex | DC | 55 | 8B | 0 | 3D | 25 | E | 150 | 42 | 3C |
| Octal | 334 | 125 | 213 | 0 | 75 | 45 | 16 | 520 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10001011 | 0 | 111101 | 100101 | 1110 | 101010000 | 1000010 | 111100 |
Color Harmonies of #DC558B
Complementary color
Monochromatic Colors of #DC558B
Black with #DC558B
Text Example
Text Example
White with #DC558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC558B; }
p { color: rgb(220,85,139); }
H1.HeaderClassName
{
color: #DC558B;
}
.AnyTagClassName
{
color: #DC558B;
}
</style>
background-color css
<style>
a { background-color: #DC558B; }
a { background-color: rgb(220,85,139); }
div.DivClassName
{
background-color: #DC558B;
}
.BgClassName
{
background-color: #DC558B;
}
</style>
border-color css
<style>
span { border-color: #DC558B; }
span { border-color: rgb(220,85,139); }
td.TdClassName
{
border-color: #DC558B;
}
.TagClassName
{
border-color: #DC558B;
}
</style>