Shades of Dark Pink #DC518D
Tints of Dark Pink #DC518D
RGB
CMYK
RGB Variations
Color information
#DC518D (or 0xDC518D) is known color: Dark Pink. HEX triplet: DC, 51 and 8D. RGB value is (220,81,141). Sum of RGB (Red+Green+Blue) = 220+81+141=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC518D is #23AE72. Grayscale: #818181. Windows color (decimal): -2338419 or 9261532. OLE color: 9261532.
HSL color Cylindrical-coordinate representation of color #DC518D: hue angle of 334.1º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC518D is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 141 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.14 |
| HSL | 334.1º | 0.67% | 0.59% | - |
| HSV(B) | 334.1º | 0.63% | 0.86% | - |
| XYZ | 37.27 | 23.02 | 27.68 | - |
| YUV | 129.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 141 | 0 | 0.63 | 0.36 | 0.14 | 334.1 | 0.67 | 0.59 |
| Hex | DC | 51 | 8D | 0 | 3F | 24 | E | 14E | 43 | 3B |
| Octal | 334 | 121 | 215 | 0 | 77 | 44 | 16 | 516 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10001101 | 0 | 111111 | 100100 | 1110 | 101001110 | 1000011 | 111011 |
Color Harmonies of #DC518D
Complementary color
Monochromatic Colors of #DC518D
Black with #DC518D
Text Example
Text Example
White with #DC518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC518D; }
p { color: rgb(220,81,141); }
H1.HeaderClassName
{
color: #DC518D;
}
.AnyTagClassName
{
color: #DC518D;
}
</style>
background-color css
<style>
a { background-color: #DC518D; }
a { background-color: rgb(220,81,141); }
div.DivClassName
{
background-color: #DC518D;
}
.BgClassName
{
background-color: #DC518D;
}
</style>
border-color css
<style>
span { border-color: #DC518D; }
span { border-color: rgb(220,81,141); }
td.TdClassName
{
border-color: #DC518D;
}
.TagClassName
{
border-color: #DC518D;
}
</style>