Shades of Dark Pink #DC538D
Tints of Dark Pink #DC538D
RGB
CMYK
RGB Variations
Color information
#DC538D (or 0xDC538D) is known color: Dark Pink. HEX triplet: DC, 53 and 8D. RGB value is (220,83,141). Sum of RGB (Red+Green+Blue) = 220+83+141=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC538D is #23AC72. Grayscale: #828282. Windows color (decimal): -2337907 or 9262044. OLE color: 9262044.
HSL color Cylindrical-coordinate representation of color #DC538D: hue angle of 334.6º 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 #DC538D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 141 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.14 |
| HSL | 334.6º | 0.66% | 0.59% | - |
| HSV(B) | 334.6º | 0.62% | 0.86% | - |
| XYZ | 37.42 | 23.33 | 27.73 | - |
| YUV | 130.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 141 | 0 | 0.62 | 0.36 | 0.14 | 334.6 | 0.66 | 0.59 |
| Hex | DC | 53 | 8D | 0 | 3E | 24 | E | 14F | 42 | 3B |
| Octal | 334 | 123 | 215 | 0 | 76 | 44 | 16 | 517 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10001101 | 0 | 111110 | 100100 | 1110 | 101001111 | 1000010 | 111011 |
Color Harmonies of #DC538D
Complementary color
Monochromatic Colors of #DC538D
Black with #DC538D
Text Example
Text Example
White with #DC538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC538D; }
p { color: rgb(220,83,141); }
H1.HeaderClassName
{
color: #DC538D;
}
.AnyTagClassName
{
color: #DC538D;
}
</style>
background-color css
<style>
a { background-color: #DC538D; }
a { background-color: rgb(220,83,141); }
div.DivClassName
{
background-color: #DC538D;
}
.BgClassName
{
background-color: #DC538D;
}
</style>
border-color css
<style>
span { border-color: #DC538D; }
span { border-color: rgb(220,83,141); }
td.TdClassName
{
border-color: #DC538D;
}
.TagClassName
{
border-color: #DC538D;
}
</style>