Shades of Dark Pink #DC508B
Tints of Dark Pink #DC508B
RGB
CMYK
RGB Variations
Color information
#DC508B (or 0xDC508B) is known color: Dark Pink. HEX triplet: DC, 50 and 8B. RGB value is (220,80,139). Sum of RGB (Red+Green+Blue) = 220+80+139=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC508B is #23AF74. Grayscale: #808080. Windows color (decimal): -2338677 or 9130204. OLE color: 9130204.
HSL color Cylindrical-coordinate representation of color #DC508B: hue angle of 334.71º 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 #DC508B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 139 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.14 |
| HSL | 334.71º | 0.67% | 0.59% | - |
| HSV(B) | 334.71º | 0.64% | 0.86% | - |
| XYZ | 37.04 | 22.82 | 26.88 | - |
| YUV | 128.59 | 133.88 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 139 | 0 | 0.64 | 0.37 | 0.14 | 334.71 | 0.67 | 0.59 |
| Hex | DC | 50 | 8B | 0 | 40 | 25 | E | 14F | 43 | 3B |
| Octal | 334 | 120 | 213 | 0 | 100 | 45 | 16 | 517 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10001011 | 0 | 1000000 | 100101 | 1110 | 101001111 | 1000011 | 111011 |
Color Harmonies of #DC508B
Complementary color
Monochromatic Colors of #DC508B
Black with #DC508B
Text Example
Text Example
White with #DC508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC508B; }
p { color: rgb(220,80,139); }
H1.HeaderClassName
{
color: #DC508B;
}
.AnyTagClassName
{
color: #DC508B;
}
</style>
background-color css
<style>
a { background-color: #DC508B; }
a { background-color: rgb(220,80,139); }
div.DivClassName
{
background-color: #DC508B;
}
.BgClassName
{
background-color: #DC508B;
}
</style>
border-color css
<style>
span { border-color: #DC508B; }
span { border-color: rgb(220,80,139); }
td.TdClassName
{
border-color: #DC508B;
}
.TagClassName
{
border-color: #DC508B;
}
</style>