Shades of Dark Pink #DC5090
Tints of Dark Pink #DC5090
RGB
CMYK
RGB Variations
Color information
#DC5090 (or 0xDC5090) is known color: Dark Pink. HEX triplet: DC, 50 and 90. RGB value is (220,80,144). Sum of RGB (Red+Green+Blue) = 220+80+144=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5090 is #23AF6F. Grayscale: #818181. Windows color (decimal): -2338672 or 9457884. OLE color: 9457884.
HSL color Cylindrical-coordinate representation of color #DC5090: hue angle of 332.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5090 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 144 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.14 |
| HSL | 332.57º | 0.67% | 0.59% | - |
| HSV(B) | 332.57º | 0.64% | 0.86% | - |
| XYZ | 37.42 | 22.97 | 28.85 | - |
| YUV | 129.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 144 | 0 | 0.64 | 0.35 | 0.14 | 332.57 | 0.67 | 0.59 |
| Hex | DC | 50 | 90 | 0 | 40 | 23 | E | 14D | 43 | 3B |
| Octal | 334 | 120 | 220 | 0 | 100 | 43 | 16 | 515 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10010000 | 0 | 1000000 | 100011 | 1110 | 101001101 | 1000011 | 111011 |
Color Harmonies of #DC5090
Complementary color
Monochromatic Colors of #DC5090
Black with #DC5090
Text Example
Text Example
White with #DC5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5090; }
p { color: rgb(220,80,144); }
H1.HeaderClassName
{
color: #DC5090;
}
.AnyTagClassName
{
color: #DC5090;
}
</style>
background-color css
<style>
a { background-color: #DC5090; }
a { background-color: rgb(220,80,144); }
div.DivClassName
{
background-color: #DC5090;
}
.BgClassName
{
background-color: #DC5090;
}
</style>
border-color css
<style>
span { border-color: #DC5090; }
span { border-color: rgb(220,80,144); }
td.TdClassName
{
border-color: #DC5090;
}
.TagClassName
{
border-color: #DC5090;
}
</style>