Shades of Dark Pink #DD518E
Tints of Dark Pink #DD518E
RGB
CMYK
RGB Variations
Color information
#DD518E (or 0xDD518E) is known color: Dark Pink. HEX triplet: DD, 51 and 8E. RGB value is (221,81,142). Sum of RGB (Red+Green+Blue) = 221+81+142=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD518E is #22AE71. Grayscale: #818181. Windows color (decimal): -2272882 or 9327069. OLE color: 9327069.
HSL color Cylindrical-coordinate representation of color #DD518E: hue angle of 333.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD518E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 142 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.13 |
| HSL | 333.86º | 0.67% | 0.59% | - |
| HSV(B) | 333.86º | 0.63% | 0.87% | - |
| XYZ | 37.64 | 23.21 | 28.09 | - |
| YUV | 129.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 142 | 0 | 0.63 | 0.36 | 0.13 | 333.86 | 0.67 | 0.59 |
| Hex | DD | 51 | 8E | 0 | 3F | 24 | D | 14E | 43 | 3B |
| Octal | 335 | 121 | 216 | 0 | 77 | 44 | 15 | 516 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10001110 | 0 | 111111 | 100100 | 1101 | 101001110 | 1000011 | 111011 |
Color Harmonies of #DD518E
Complementary color
Monochromatic Colors of #DD518E
Black with #DD518E
Text Example
Text Example
White with #DD518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD518E; }
p { color: rgb(221,81,142); }
H1.HeaderClassName
{
color: #DD518E;
}
.AnyTagClassName
{
color: #DD518E;
}
</style>
background-color css
<style>
a { background-color: #DD518E; }
a { background-color: rgb(221,81,142); }
div.DivClassName
{
background-color: #DD518E;
}
.BgClassName
{
background-color: #DD518E;
}
</style>
border-color css
<style>
span { border-color: #DD518E; }
span { border-color: rgb(221,81,142); }
td.TdClassName
{
border-color: #DD518E;
}
.TagClassName
{
border-color: #DD518E;
}
</style>