Shades of Dark Pink #DD588F
Tints of Dark Pink #DD588F
RGB
CMYK
RGB Variations
Color information
#DD588F (or 0xDD588F) is known color: Dark Pink. HEX triplet: DD, 58 and 8F. RGB value is (221,88,143). Sum of RGB (Red+Green+Blue) = 221+88+143=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD588F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD588F is #22A770. Grayscale: #858585. Windows color (decimal): -2271089 or 9394397. OLE color: 9394397.
HSL color Cylindrical-coordinate representation of color #DD588F: hue angle of 335.19º 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 #DD588F is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 143 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.13 |
| HSL | 335.19º | 0.66% | 0.61% | - |
| HSV(B) | 335.19º | 0.6% | 0.87% | - |
| XYZ | 38.27 | 24.33 | 28.67 | - |
| YUV | 134.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 143 | 0 | 0.60 | 0.35 | 0.13 | 335.19 | 0.66 | 0.61 |
| Hex | DD | 58 | 8F | 0 | 3C | 23 | D | 14F | 42 | 3D |
| Octal | 335 | 130 | 217 | 0 | 74 | 43 | 15 | 517 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10001111 | 0 | 111100 | 100011 | 1101 | 101001111 | 1000010 | 111101 |
Color Harmonies of #DD588F
Complementary color
Monochromatic Colors of #DD588F
Black with #DD588F
Text Example
Text Example
White with #DD588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD588F; }
p { color: rgb(221,88,143); }
H1.HeaderClassName
{
color: #DD588F;
}
.AnyTagClassName
{
color: #DD588F;
}
</style>
background-color css
<style>
a { background-color: #DD588F; }
a { background-color: rgb(221,88,143); }
div.DivClassName
{
background-color: #DD588F;
}
.BgClassName
{
background-color: #DD588F;
}
</style>
border-color css
<style>
span { border-color: #DD588F; }
span { border-color: rgb(221,88,143); }
td.TdClassName
{
border-color: #DD588F;
}
.TagClassName
{
border-color: #DD588F;
}
</style>