Shades of Dark Pink #DC508D
Tints of Dark Pink #DC508D
RGB
CMYK
RGB Variations
Color information
#DC508D (or 0xDC508D) is known color: Dark Pink. HEX triplet: DC, 50 and 8D. RGB value is (220,80,141). Sum of RGB (Red+Green+Blue) = 220+80+141=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC508D is #23AF72. Grayscale: #808080. Windows color (decimal): -2338675 or 9261276. OLE color: 9261276.
HSL color Cylindrical-coordinate representation of color #DC508D: hue angle of 333.86º 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 #DC508D is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 141 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.14 |
| HSL | 333.86º | 0.67% | 0.59% | - |
| HSV(B) | 333.86º | 0.64% | 0.86% | - |
| XYZ | 37.19 | 22.88 | 27.65 | - |
| YUV | 128.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 141 | 0 | 0.64 | 0.36 | 0.14 | 333.86 | 0.67 | 0.59 |
| Hex | DC | 50 | 8D | 0 | 40 | 24 | E | 14E | 43 | 3B |
| Octal | 334 | 120 | 215 | 0 | 100 | 44 | 16 | 516 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10001101 | 0 | 1000000 | 100100 | 1110 | 101001110 | 1000011 | 111011 |
Color Harmonies of #DC508D
Complementary color
Monochromatic Colors of #DC508D
Black with #DC508D
Text Example
Text Example
White with #DC508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC508D; }
p { color: rgb(220,80,141); }
H1.HeaderClassName
{
color: #DC508D;
}
.AnyTagClassName
{
color: #DC508D;
}
</style>
background-color css
<style>
a { background-color: #DC508D; }
a { background-color: rgb(220,80,141); }
div.DivClassName
{
background-color: #DC508D;
}
.BgClassName
{
background-color: #DC508D;
}
</style>
border-color css
<style>
span { border-color: #DC508D; }
span { border-color: rgb(220,80,141); }
td.TdClassName
{
border-color: #DC508D;
}
.TagClassName
{
border-color: #DC508D;
}
</style>