Shades of Dark Pink #DC5290
Tints of Dark Pink #DC5290
RGB
CMYK
RGB Variations
Color information
#DC5290 (or 0xDC5290) is known color: Dark Pink. HEX triplet: DC, 52 and 90. RGB value is (220,82,144). Sum of RGB (Red+Green+Blue) = 220+82+144=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5290 is #23AD6F. Grayscale: #828282. Windows color (decimal): -2338160 or 9458396. OLE color: 9458396.
HSL color Cylindrical-coordinate representation of color #DC5290: hue angle of 333.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5290 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 144 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.14 |
| HSL | 333.04º | 0.66% | 0.59% | - |
| HSV(B) | 333.04º | 0.63% | 0.86% | - |
| XYZ | 37.57 | 23.26 | 28.9 | - |
| YUV | 130.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 144 | 0 | 0.63 | 0.35 | 0.14 | 333.04 | 0.66 | 0.59 |
| Hex | DC | 52 | 90 | 0 | 3F | 23 | E | 14D | 42 | 3B |
| Octal | 334 | 122 | 220 | 0 | 77 | 43 | 16 | 515 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10010000 | 0 | 111111 | 100011 | 1110 | 101001101 | 1000010 | 111011 |
Color Harmonies of #DC5290
Complementary color
Monochromatic Colors of #DC5290
Black with #DC5290
Text Example
Text Example
White with #DC5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5290; }
p { color: rgb(220,82,144); }
H1.HeaderClassName
{
color: #DC5290;
}
.AnyTagClassName
{
color: #DC5290;
}
</style>
background-color css
<style>
a { background-color: #DC5290; }
a { background-color: rgb(220,82,144); }
div.DivClassName
{
background-color: #DC5290;
}
.BgClassName
{
background-color: #DC5290;
}
</style>
border-color css
<style>
span { border-color: #DC5290; }
span { border-color: rgb(220,82,144); }
td.TdClassName
{
border-color: #DC5290;
}
.TagClassName
{
border-color: #DC5290;
}
</style>