Shades of Dark Pink #DD5788
Tints of Dark Pink #DD5788
RGB
CMYK
RGB Variations
Color information
#DD5788 (or 0xDD5788) is known color: Dark Pink. HEX triplet: DD, 57 and 88. RGB value is (221,87,136). Sum of RGB (Red+Green+Blue) = 221+87+136=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5788 is #22A877. Grayscale: #848484. Windows color (decimal): -2271352 or 8935389. OLE color: 8935389.
HSL color Cylindrical-coordinate representation of color #DD5788: hue angle of 338.06º 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 #DD5788 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 136 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.13 |
| HSL | 338.06º | 0.66% | 0.6% | - |
| HSV(B) | 338.06º | 0.61% | 0.87% | - |
| XYZ | 37.67 | 23.97 | 25.93 | - |
| YUV | 132.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 136 | 0 | 0.61 | 0.38 | 0.13 | 338.06 | 0.66 | 0.6 |
| Hex | DD | 57 | 88 | 0 | 3D | 26 | D | 152 | 42 | 3C |
| Octal | 335 | 127 | 210 | 0 | 75 | 46 | 15 | 522 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10001000 | 0 | 111101 | 100110 | 1101 | 101010010 | 1000010 | 111100 |
Color Harmonies of #DD5788
Complementary color
Monochromatic Colors of #DD5788
Black with #DD5788
Text Example
Text Example
White with #DD5788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5788; }
p { color: rgb(221,87,136); }
H1.HeaderClassName
{
color: #DD5788;
}
.AnyTagClassName
{
color: #DD5788;
}
</style>
background-color css
<style>
a { background-color: #DD5788; }
a { background-color: rgb(221,87,136); }
div.DivClassName
{
background-color: #DD5788;
}
.BgClassName
{
background-color: #DD5788;
}
</style>
border-color css
<style>
span { border-color: #DD5788; }
span { border-color: rgb(221,87,136); }
td.TdClassName
{
border-color: #DD5788;
}
.TagClassName
{
border-color: #DD5788;
}
</style>