Shades of Dark Pink #DD518B
Tints of Dark Pink #DD518B
RGB
CMYK
RGB Variations
Color information
#DD518B (or 0xDD518B) is known color: Dark Pink. HEX triplet: DD, 51 and 8B. RGB value is (221,81,139). Sum of RGB (Red+Green+Blue) = 221+81+139=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD518B is #22AE74. Grayscale: #818181. Windows color (decimal): -2272885 or 9130461. OLE color: 9130461.
HSL color Cylindrical-coordinate representation of color #DD518B: hue angle of 335.14º 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 #DD518B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 139 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.13 |
| HSL | 335.14º | 0.67% | 0.59% | - |
| HSV(B) | 335.14º | 0.63% | 0.87% | - |
| XYZ | 37.42 | 23.12 | 26.92 | - |
| YUV | 129.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 139 | 0 | 0.63 | 0.37 | 0.13 | 335.14 | 0.67 | 0.59 |
| Hex | DD | 51 | 8B | 0 | 3F | 25 | D | 14F | 43 | 3B |
| Octal | 335 | 121 | 213 | 0 | 77 | 45 | 15 | 517 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10001011 | 0 | 111111 | 100101 | 1101 | 101001111 | 1000011 | 111011 |
Color Harmonies of #DD518B
Complementary color
Monochromatic Colors of #DD518B
Black with #DD518B
Text Example
Text Example
White with #DD518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD518B; }
p { color: rgb(221,81,139); }
H1.HeaderClassName
{
color: #DD518B;
}
.AnyTagClassName
{
color: #DD518B;
}
</style>
background-color css
<style>
a { background-color: #DD518B; }
a { background-color: rgb(221,81,139); }
div.DivClassName
{
background-color: #DD518B;
}
.BgClassName
{
background-color: #DD518B;
}
</style>
border-color css
<style>
span { border-color: #DD518B; }
span { border-color: rgb(221,81,139); }
td.TdClassName
{
border-color: #DD518B;
}
.TagClassName
{
border-color: #DD518B;
}
</style>