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