Shades of Dark Pink #DC558A
Tints of Dark Pink #DC558A
RGB
CMYK
RGB Variations
Color information
#DC558A (or 0xDC558A) is known color: Dark Pink. HEX triplet: DC, 55 and 8A. RGB value is (220,85,138). Sum of RGB (Red+Green+Blue) = 220+85+138=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC558A is #23AA75. Grayscale: #838383. Windows color (decimal): -2337398 or 9065948. OLE color: 9065948.
HSL color Cylindrical-coordinate representation of color #DC558A: hue angle of 336.44º 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 #DC558A is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 138 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.14 |
| HSL | 336.44º | 0.66% | 0.6% | - |
| HSV(B) | 336.44º | 0.61% | 0.86% | - |
| XYZ | 37.35 | 23.55 | 26.62 | - |
| YUV | 131.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 138 | 0 | 0.61 | 0.37 | 0.14 | 336.44 | 0.66 | 0.6 |
| Hex | DC | 55 | 8A | 0 | 3D | 25 | E | 150 | 42 | 3C |
| Octal | 334 | 125 | 212 | 0 | 75 | 45 | 16 | 520 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10001010 | 0 | 111101 | 100101 | 1110 | 101010000 | 1000010 | 111100 |
Color Harmonies of #DC558A
Complementary color
Monochromatic Colors of #DC558A
Black with #DC558A
Text Example
Text Example
White with #DC558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC558A; }
p { color: rgb(220,85,138); }
H1.HeaderClassName
{
color: #DC558A;
}
.AnyTagClassName
{
color: #DC558A;
}
</style>
background-color css
<style>
a { background-color: #DC558A; }
a { background-color: rgb(220,85,138); }
div.DivClassName
{
background-color: #DC558A;
}
.BgClassName
{
background-color: #DC558A;
}
</style>
border-color css
<style>
span { border-color: #DC558A; }
span { border-color: rgb(220,85,138); }
td.TdClassName
{
border-color: #DC558A;
}
.TagClassName
{
border-color: #DC558A;
}
</style>