Shades of Dark Pink #DD5785
Tints of Dark Pink #DD5785
RGB
CMYK
RGB Variations
Color information
#DD5785 (or 0xDD5785) is known color: Dark Pink. HEX triplet: DD, 57 and 85. RGB value is (221,87,133). Sum of RGB (Red+Green+Blue) = 221+87+133=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5785 is #22A87A. Grayscale: #848484. Windows color (decimal): -2271355 or 8738781. OLE color: 8738781.
HSL color Cylindrical-coordinate representation of color #DD5785: hue angle of 339.4º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5785 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 133 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.13 |
| HSL | 339.4º | 0.66% | 0.6% | - |
| HSV(B) | 339.4º | 0.61% | 0.87% | - |
| XYZ | 37.46 | 23.88 | 24.83 | - |
| YUV | 132.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 133 | 0 | 0.61 | 0.40 | 0.13 | 339.4 | 0.66 | 0.6 |
| Hex | DD | 57 | 85 | 0 | 3D | 28 | D | 153 | 42 | 3C |
| Octal | 335 | 127 | 205 | 0 | 75 | 50 | 15 | 523 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10000101 | 0 | 111101 | 101000 | 1101 | 101010011 | 1000010 | 111100 |
Color Harmonies of #DD5785
Complementary color
Monochromatic Colors of #DD5785
Black with #DD5785
Text Example
Text Example
White with #DD5785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5785; }
p { color: rgb(221,87,133); }
H1.HeaderClassName
{
color: #DD5785;
}
.AnyTagClassName
{
color: #DD5785;
}
</style>
background-color css
<style>
a { background-color: #DD5785; }
a { background-color: rgb(221,87,133); }
div.DivClassName
{
background-color: #DD5785;
}
.BgClassName
{
background-color: #DD5785;
}
</style>
border-color css
<style>
span { border-color: #DD5785; }
span { border-color: rgb(221,87,133); }
td.TdClassName
{
border-color: #DD5785;
}
.TagClassName
{
border-color: #DD5785;
}
</style>