Shades of Dark Pink #DD588C
Tints of Dark Pink #DD588C
RGB
CMYK
RGB Variations
Color information
#DD588C (or 0xDD588C) is known color: Dark Pink. HEX triplet: DD, 58 and 8C. RGB value is (221,88,140). Sum of RGB (Red+Green+Blue) = 221+88+140=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD588C is #22A773. Grayscale: #858585. Windows color (decimal): -2271092 or 9197789. OLE color: 9197789.
HSL color Cylindrical-coordinate representation of color #DD588C: hue angle of 336.54º 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 #DD588C is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 140 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.13 |
| HSL | 336.54º | 0.66% | 0.61% | - |
| HSV(B) | 336.54º | 0.6% | 0.87% | - |
| XYZ | 38.04 | 24.25 | 27.49 | - |
| YUV | 133.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 140 | 0 | 0.60 | 0.37 | 0.13 | 336.54 | 0.66 | 0.61 |
| Hex | DD | 58 | 8C | 0 | 3C | 25 | D | 151 | 42 | 3D |
| Octal | 335 | 130 | 214 | 0 | 74 | 45 | 15 | 521 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10001100 | 0 | 111100 | 100101 | 1101 | 101010001 | 1000010 | 111101 |
Color Harmonies of #DD588C
Complementary color
Monochromatic Colors of #DD588C
Black with #DD588C
Text Example
Text Example
White with #DD588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD588C; }
p { color: rgb(221,88,140); }
H1.HeaderClassName
{
color: #DD588C;
}
.AnyTagClassName
{
color: #DD588C;
}
</style>
background-color css
<style>
a { background-color: #DD588C; }
a { background-color: rgb(221,88,140); }
div.DivClassName
{
background-color: #DD588C;
}
.BgClassName
{
background-color: #DD588C;
}
</style>
border-color css
<style>
span { border-color: #DD588C; }
span { border-color: rgb(221,88,140); }
td.TdClassName
{
border-color: #DD588C;
}
.TagClassName
{
border-color: #DD588C;
}
</style>