Shades of Dark Pink #DD5584
Tints of Dark Pink #DD5584
RGB
CMYK
RGB Variations
Color information
#DD5584 (or 0xDD5584) is known color: Dark Pink. HEX triplet: DD, 55 and 84. RGB value is (221,85,132). Sum of RGB (Red+Green+Blue) = 221+85+132=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5584 is #22AA7B. Grayscale: #828282. Windows color (decimal): -2271868 or 8672733. OLE color: 8672733.
HSL color Cylindrical-coordinate representation of color #DD5584: hue angle of 339.26º 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 #DD5584 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 132 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.13 |
| HSL | 339.26º | 0.67% | 0.6% | - |
| HSV(B) | 339.26º | 0.62% | 0.87% | - |
| XYZ | 37.23 | 23.54 | 24.41 | - |
| YUV | 131.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 132 | 0 | 0.62 | 0.40 | 0.13 | 339.26 | 0.67 | 0.6 |
| Hex | DD | 55 | 84 | 0 | 3E | 28 | D | 153 | 43 | 3C |
| Octal | 335 | 125 | 204 | 0 | 76 | 50 | 15 | 523 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10000100 | 0 | 111110 | 101000 | 1101 | 101010011 | 1000011 | 111100 |
Color Harmonies of #DD5584
Complementary color
Monochromatic Colors of #DD5584
Black with #DD5584
Text Example
Text Example
White with #DD5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5584; }
p { color: rgb(221,85,132); }
H1.HeaderClassName
{
color: #DD5584;
}
.AnyTagClassName
{
color: #DD5584;
}
</style>
background-color css
<style>
a { background-color: #DD5584; }
a { background-color: rgb(221,85,132); }
div.DivClassName
{
background-color: #DD5584;
}
.BgClassName
{
background-color: #DD5584;
}
</style>
border-color css
<style>
span { border-color: #DD5584; }
span { border-color: rgb(221,85,132); }
td.TdClassName
{
border-color: #DD5584;
}
.TagClassName
{
border-color: #DD5584;
}
</style>