Shades of Dark Pink #DC538C
Tints of Dark Pink #DC538C
RGB
CMYK
RGB Variations
Color information
#DC538C (or 0xDC538C) is known color: Dark Pink. HEX triplet: DC, 53 and 8C. RGB value is (220,83,140). Sum of RGB (Red+Green+Blue) = 220+83+140=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC538C is #23AC73. Grayscale: #828282. Windows color (decimal): -2337908 or 9196508. OLE color: 9196508.
HSL color Cylindrical-coordinate representation of color #DC538C: hue angle of 335.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC538C is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 140 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.14 |
| HSL | 335.04º | 0.66% | 0.59% | - |
| HSV(B) | 335.04º | 0.62% | 0.86% | - |
| XYZ | 37.34 | 23.3 | 27.34 | - |
| YUV | 130.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 140 | 0 | 0.62 | 0.36 | 0.14 | 335.04 | 0.66 | 0.59 |
| Hex | DC | 53 | 8C | 0 | 3E | 24 | E | 14F | 42 | 3B |
| Octal | 334 | 123 | 214 | 0 | 76 | 44 | 16 | 517 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10001100 | 0 | 111110 | 100100 | 1110 | 101001111 | 1000010 | 111011 |
Color Harmonies of #DC538C
Complementary color
Monochromatic Colors of #DC538C
Black with #DC538C
Text Example
Text Example
White with #DC538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC538C; }
p { color: rgb(220,83,140); }
H1.HeaderClassName
{
color: #DC538C;
}
.AnyTagClassName
{
color: #DC538C;
}
</style>
background-color css
<style>
a { background-color: #DC538C; }
a { background-color: rgb(220,83,140); }
div.DivClassName
{
background-color: #DC538C;
}
.BgClassName
{
background-color: #DC538C;
}
</style>
border-color css
<style>
span { border-color: #DC538C; }
span { border-color: rgb(220,83,140); }
td.TdClassName
{
border-color: #DC538C;
}
.TagClassName
{
border-color: #DC538C;
}
</style>