Shades of Dark Pink #DC508E
Tints of Dark Pink #DC508E
RGB
CMYK
RGB Variations
Color information
#DC508E (or 0xDC508E) is known color: Dark Pink. HEX triplet: DC, 50 and 8E. RGB value is (220,80,142). Sum of RGB (Red+Green+Blue) = 220+80+142=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC508E is #23AF71. Grayscale: #808080. Windows color (decimal): -2338674 or 9326812. OLE color: 9326812.
HSL color Cylindrical-coordinate representation of color #DC508E: hue angle of 333.43º 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 #DC508E is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 142 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.14 |
| HSL | 333.43º | 0.67% | 0.59% | - |
| HSV(B) | 333.43º | 0.64% | 0.86% | - |
| XYZ | 37.27 | 22.91 | 28.05 | - |
| YUV | 128.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 142 | 0 | 0.64 | 0.35 | 0.14 | 333.43 | 0.67 | 0.59 |
| Hex | DC | 50 | 8E | 0 | 40 | 23 | E | 14D | 43 | 3B |
| Octal | 334 | 120 | 216 | 0 | 100 | 43 | 16 | 515 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10001110 | 0 | 1000000 | 100011 | 1110 | 101001101 | 1000011 | 111011 |
Color Harmonies of #DC508E
Complementary color
Monochromatic Colors of #DC508E
Black with #DC508E
Text Example
Text Example
White with #DC508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC508E; }
p { color: rgb(220,80,142); }
H1.HeaderClassName
{
color: #DC508E;
}
.AnyTagClassName
{
color: #DC508E;
}
</style>
background-color css
<style>
a { background-color: #DC508E; }
a { background-color: rgb(220,80,142); }
div.DivClassName
{
background-color: #DC508E;
}
.BgClassName
{
background-color: #DC508E;
}
</style>
border-color css
<style>
span { border-color: #DC508E; }
span { border-color: rgb(220,80,142); }
td.TdClassName
{
border-color: #DC508E;
}
.TagClassName
{
border-color: #DC508E;
}
</style>