Shades of Dark Pink #DD5582
Tints of Dark Pink #DD5582
RGB
CMYK
RGB Variations
Color information
#DD5582 (or 0xDD5582) is known color: Dark Pink. HEX triplet: DD, 55 and 82. RGB value is (221,85,130). Sum of RGB (Red+Green+Blue) = 221+85+130=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5582 is #22AA7D. Grayscale: #828282. Windows color (decimal): -2271870 or 8541661. OLE color: 8541661.
HSL color Cylindrical-coordinate representation of color #DD5582: hue angle of 340.15º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5582 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 130 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.13 |
| HSL | 340.15º | 0.67% | 0.6% | - |
| HSV(B) | 340.15º | 0.62% | 0.87% | - |
| XYZ | 37.1 | 23.48 | 23.7 | - |
| YUV | 130.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 130 | 0 | 0.62 | 0.41 | 0.13 | 340.15 | 0.67 | 0.6 |
| Hex | DD | 55 | 82 | 0 | 3E | 29 | D | 154 | 43 | 3C |
| Octal | 335 | 125 | 202 | 0 | 76 | 51 | 15 | 524 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10000010 | 0 | 111110 | 101001 | 1101 | 101010100 | 1000011 | 111100 |
Color Harmonies of #DD5582
Complementary color
Monochromatic Colors of #DD5582
Black with #DD5582
Text Example
Text Example
White with #DD5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5582; }
p { color: rgb(221,85,130); }
H1.HeaderClassName
{
color: #DD5582;
}
.AnyTagClassName
{
color: #DD5582;
}
</style>
background-color css
<style>
a { background-color: #DD5582; }
a { background-color: rgb(221,85,130); }
div.DivClassName
{
background-color: #DD5582;
}
.BgClassName
{
background-color: #DD5582;
}
</style>
border-color css
<style>
span { border-color: #DD5582; }
span { border-color: rgb(221,85,130); }
td.TdClassName
{
border-color: #DD5582;
}
.TagClassName
{
border-color: #DD5582;
}
</style>