Shades of Dark Pink #DD5590
Tints of Dark Pink #DD5590
RGB
CMYK
RGB Variations
Color information
#DD5590 (or 0xDD5590) is known color: Dark Pink. HEX triplet: DD, 55 and 90. RGB value is (221,85,144). Sum of RGB (Red+Green+Blue) = 221+85+144=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5590 is #22AA6F. Grayscale: #848484. Windows color (decimal): -2271856 or 9459165. OLE color: 9459165.
HSL color Cylindrical-coordinate representation of color #DD5590: hue angle of 333.97º 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 #DD5590 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 144 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.13 |
| HSL | 333.97º | 0.67% | 0.6% | - |
| HSV(B) | 333.97º | 0.62% | 0.87% | - |
| XYZ | 38.1 | 23.88 | 28.99 | - |
| YUV | 132.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 144 | 0 | 0.62 | 0.35 | 0.13 | 333.97 | 0.67 | 0.6 |
| Hex | DD | 55 | 90 | 0 | 3E | 23 | D | 14E | 43 | 3C |
| Octal | 335 | 125 | 220 | 0 | 76 | 43 | 15 | 516 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10010000 | 0 | 111110 | 100011 | 1101 | 101001110 | 1000011 | 111100 |
Color Harmonies of #DD5590
Complementary color
Monochromatic Colors of #DD5590
Black with #DD5590
Text Example
Text Example
White with #DD5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5590; }
p { color: rgb(221,85,144); }
H1.HeaderClassName
{
color: #DD5590;
}
.AnyTagClassName
{
color: #DD5590;
}
</style>
background-color css
<style>
a { background-color: #DD5590; }
a { background-color: rgb(221,85,144); }
div.DivClassName
{
background-color: #DD5590;
}
.BgClassName
{
background-color: #DD5590;
}
</style>
border-color css
<style>
span { border-color: #DD5590; }
span { border-color: rgb(221,85,144); }
td.TdClassName
{
border-color: #DD5590;
}
.TagClassName
{
border-color: #DD5590;
}
</style>