Shades of Dark Pink #DD5891
Tints of Dark Pink #DD5891
RGB
CMYK
RGB Variations
Color information
#DD5891 (or 0xDD5891) is known color: Dark Pink. HEX triplet: DD, 58 and 91. RGB value is (221,88,145). Sum of RGB (Red+Green+Blue) = 221+88+145=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5891 is #22A76E. Grayscale: #868686. Windows color (decimal): -2271087 or 9525469. OLE color: 9525469.
HSL color Cylindrical-coordinate representation of color #DD5891: hue angle of 334.29º 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 #DD5891 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 145 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.13 |
| HSL | 334.29º | 0.66% | 0.61% | - |
| HSV(B) | 334.29º | 0.6% | 0.87% | - |
| XYZ | 38.42 | 24.4 | 29.47 | - |
| YUV | 134.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 145 | 0 | 0.60 | 0.34 | 0.13 | 334.29 | 0.66 | 0.61 |
| Hex | DD | 58 | 91 | 0 | 3C | 22 | D | 14E | 42 | 3D |
| Octal | 335 | 130 | 221 | 0 | 74 | 42 | 15 | 516 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10010001 | 0 | 111100 | 100010 | 1101 | 101001110 | 1000010 | 111101 |
Color Harmonies of #DD5891
Complementary color
Monochromatic Colors of #DD5891
Black with #DD5891
Text Example
Text Example
White with #DD5891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5891; }
p { color: rgb(221,88,145); }
H1.HeaderClassName
{
color: #DD5891;
}
.AnyTagClassName
{
color: #DD5891;
}
</style>
background-color css
<style>
a { background-color: #DD5891; }
a { background-color: rgb(221,88,145); }
div.DivClassName
{
background-color: #DD5891;
}
.BgClassName
{
background-color: #DD5891;
}
</style>
border-color css
<style>
span { border-color: #DD5891; }
span { border-color: rgb(221,88,145); }
td.TdClassName
{
border-color: #DD5891;
}
.TagClassName
{
border-color: #DD5891;
}
</style>