Shades of Dark Pink #DD518F
Tints of Dark Pink #DD518F
RGB
CMYK
RGB Variations
Color information
#DD518F (or 0xDD518F) is known color: Dark Pink. HEX triplet: DD, 51 and 8F. RGB value is (221,81,143). Sum of RGB (Red+Green+Blue) = 221+81+143=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD518F is #22AE70. Grayscale: #818181. Windows color (decimal): -2272881 or 9392605. OLE color: 9392605.
HSL color Cylindrical-coordinate representation of color #DD518F: hue angle of 333.43º 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 #DD518F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 143 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.13 |
| HSL | 333.43º | 0.67% | 0.59% | - |
| HSV(B) | 333.43º | 0.63% | 0.87% | - |
| XYZ | 37.72 | 23.24 | 28.48 | - |
| YUV | 129.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 143 | 0 | 0.63 | 0.35 | 0.13 | 333.43 | 0.67 | 0.59 |
| Hex | DD | 51 | 8F | 0 | 3F | 23 | D | 14D | 43 | 3B |
| Octal | 335 | 121 | 217 | 0 | 77 | 43 | 15 | 515 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10001111 | 0 | 111111 | 100011 | 1101 | 101001101 | 1000011 | 111011 |
Color Harmonies of #DD518F
Complementary color
Monochromatic Colors of #DD518F
Black with #DD518F
Text Example
Text Example
White with #DD518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD518F; }
p { color: rgb(221,81,143); }
H1.HeaderClassName
{
color: #DD518F;
}
.AnyTagClassName
{
color: #DD518F;
}
</style>
background-color css
<style>
a { background-color: #DD518F; }
a { background-color: rgb(221,81,143); }
div.DivClassName
{
background-color: #DD518F;
}
.BgClassName
{
background-color: #DD518F;
}
</style>
border-color css
<style>
span { border-color: #DD518F; }
span { border-color: rgb(221,81,143); }
td.TdClassName
{
border-color: #DD518F;
}
.TagClassName
{
border-color: #DD518F;
}
</style>