Shades of Dark Pink #DD5890
Tints of Dark Pink #DD5890
RGB
CMYK
RGB Variations
Color information
#DD5890 (or 0xDD5890) is known color: Dark Pink. HEX triplet: DD, 58 and 90. RGB value is (221,88,144). Sum of RGB (Red+Green+Blue) = 221+88+144=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5890 is #22A76F. Grayscale: #868686. Windows color (decimal): -2271088 or 9459933. OLE color: 9459933.
HSL color Cylindrical-coordinate representation of color #DD5890: hue angle of 334.74º 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 #DD5890 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 144 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.13 |
| HSL | 334.74º | 0.66% | 0.61% | - |
| HSV(B) | 334.74º | 0.6% | 0.87% | - |
| XYZ | 38.34 | 24.37 | 29.07 | - |
| YUV | 134.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 144 | 0 | 0.60 | 0.35 | 0.13 | 334.74 | 0.66 | 0.61 |
| Hex | DD | 58 | 90 | 0 | 3C | 23 | D | 14F | 42 | 3D |
| Octal | 335 | 130 | 220 | 0 | 74 | 43 | 15 | 517 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10010000 | 0 | 111100 | 100011 | 1101 | 101001111 | 1000010 | 111101 |
Color Harmonies of #DD5890
Complementary color
Monochromatic Colors of #DD5890
Black with #DD5890
Text Example
Text Example
White with #DD5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5890; }
p { color: rgb(221,88,144); }
H1.HeaderClassName
{
color: #DD5890;
}
.AnyTagClassName
{
color: #DD5890;
}
</style>
background-color css
<style>
a { background-color: #DD5890; }
a { background-color: rgb(221,88,144); }
div.DivClassName
{
background-color: #DD5890;
}
.BgClassName
{
background-color: #DD5890;
}
</style>
border-color css
<style>
span { border-color: #DD5890; }
span { border-color: rgb(221,88,144); }
td.TdClassName
{
border-color: #DD5890;
}
.TagClassName
{
border-color: #DD5890;
}
</style>