Shades of Dark Pink #DD5585
Tints of Dark Pink #DD5585
RGB
CMYK
RGB Variations
Color information
#DD5585 (or 0xDD5585) is known color: Dark Pink. HEX triplet: DD, 55 and 85. RGB value is (221,85,133). Sum of RGB (Red+Green+Blue) = 221+85+133=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5585 is #22AA7A. Grayscale: #838383. Windows color (decimal): -2271867 or 8738269. OLE color: 8738269.
HSL color Cylindrical-coordinate representation of color #DD5585: hue angle of 338.82º 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 #DD5585 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 133 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.13 |
| HSL | 338.82º | 0.67% | 0.6% | - |
| HSV(B) | 338.82º | 0.62% | 0.87% | - |
| XYZ | 37.3 | 23.56 | 24.77 | - |
| YUV | 131.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 133 | 0 | 0.62 | 0.40 | 0.13 | 338.82 | 0.67 | 0.6 |
| Hex | DD | 55 | 85 | 0 | 3E | 28 | D | 153 | 43 | 3C |
| Octal | 335 | 125 | 205 | 0 | 76 | 50 | 15 | 523 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10000101 | 0 | 111110 | 101000 | 1101 | 101010011 | 1000011 | 111100 |
Color Harmonies of #DD5585
Complementary color
Monochromatic Colors of #DD5585
Black with #DD5585
Text Example
Text Example
White with #DD5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5585; }
p { color: rgb(221,85,133); }
H1.HeaderClassName
{
color: #DD5585;
}
.AnyTagClassName
{
color: #DD5585;
}
</style>
background-color css
<style>
a { background-color: #DD5585; }
a { background-color: rgb(221,85,133); }
div.DivClassName
{
background-color: #DD5585;
}
.BgClassName
{
background-color: #DD5585;
}
</style>
border-color css
<style>
span { border-color: #DD5585; }
span { border-color: rgb(221,85,133); }
td.TdClassName
{
border-color: #DD5585;
}
.TagClassName
{
border-color: #DD5585;
}
</style>