Shades of Dark Pink #DD5484
Tints of Dark Pink #DD5484
RGB
CMYK
RGB Variations
Color information
#DD5484 (or 0xDD5484) is known color: Dark Pink. HEX triplet: DD, 54 and 84. RGB value is (221,84,132). Sum of RGB (Red+Green+Blue) = 221+84+132=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5484 is #22AB7B. Grayscale: #828282. Windows color (decimal): -2272124 or 8672477. OLE color: 8672477.
HSL color Cylindrical-coordinate representation of color #DD5484: hue angle of 338.98º 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 #DD5484 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 132 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.13 |
| HSL | 338.98º | 0.67% | 0.6% | - |
| HSV(B) | 338.98º | 0.62% | 0.87% | - |
| XYZ | 37.15 | 23.38 | 24.38 | - |
| YUV | 130.44 | 128.89 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 132 | 0 | 0.62 | 0.40 | 0.13 | 338.98 | 0.67 | 0.6 |
| Hex | DD | 54 | 84 | 0 | 3E | 28 | D | 153 | 43 | 3C |
| Octal | 335 | 124 | 204 | 0 | 76 | 50 | 15 | 523 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10000100 | 0 | 111110 | 101000 | 1101 | 101010011 | 1000011 | 111100 |
Color Harmonies of #DD5484
Complementary color
Monochromatic Colors of #DD5484
Black with #DD5484
Text Example
Text Example
White with #DD5484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5484; }
p { color: rgb(221,84,132); }
H1.HeaderClassName
{
color: #DD5484;
}
.AnyTagClassName
{
color: #DD5484;
}
</style>
background-color css
<style>
a { background-color: #DD5484; }
a { background-color: rgb(221,84,132); }
div.DivClassName
{
background-color: #DD5484;
}
.BgClassName
{
background-color: #DD5484;
}
</style>
border-color css
<style>
span { border-color: #DD5484; }
span { border-color: rgb(221,84,132); }
td.TdClassName
{
border-color: #DD5484;
}
.TagClassName
{
border-color: #DD5484;
}
</style>