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