Shades of Dark Pink #DD5985
Tints of Dark Pink #DD5985
RGB
CMYK
RGB Variations
Color information
#DD5985 (or 0xDD5985) is known color: Dark Pink. HEX triplet: DD, 59 and 85. RGB value is (221,89,133). Sum of RGB (Red+Green+Blue) = 221+89+133=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5985 is #22A67A. Grayscale: #858585. Windows color (decimal): -2270843 or 8739293. OLE color: 8739293.
HSL color Cylindrical-coordinate representation of color #DD5985: hue angle of 340º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5985 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 133 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.13 |
| HSL | 340º | 0.66% | 0.61% | - |
| HSV(B) | 340º | 0.6% | 0.87% | - |
| XYZ | 37.62 | 24.21 | 24.88 | - |
| YUV | 133.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 133 | 0 | 0.60 | 0.40 | 0.13 | 340 | 0.66 | 0.61 |
| Hex | DD | 59 | 85 | 0 | 3C | 28 | D | 154 | 42 | 3D |
| Octal | 335 | 131 | 205 | 0 | 74 | 50 | 15 | 524 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10000101 | 0 | 111100 | 101000 | 1101 | 101010100 | 1000010 | 111101 |
Color Harmonies of #DD5985
Complementary color
Monochromatic Colors of #DD5985
Black with #DD5985
Text Example
Text Example
White with #DD5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5985; }
p { color: rgb(221,89,133); }
H1.HeaderClassName
{
color: #DD5985;
}
.AnyTagClassName
{
color: #DD5985;
}
</style>
background-color css
<style>
a { background-color: #DD5985; }
a { background-color: rgb(221,89,133); }
div.DivClassName
{
background-color: #DD5985;
}
.BgClassName
{
background-color: #DD5985;
}
</style>
border-color css
<style>
span { border-color: #DD5985; }
span { border-color: rgb(221,89,133); }
td.TdClassName
{
border-color: #DD5985;
}
.TagClassName
{
border-color: #DD5985;
}
</style>