Shades of Dark Pink #DD5888
Tints of Dark Pink #DD5888
RGB
CMYK
RGB Variations
Color information
#DD5888 (or 0xDD5888) is known color: Dark Pink. HEX triplet: DD, 58 and 88. RGB value is (221,88,136). Sum of RGB (Red+Green+Blue) = 221+88+136=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5888 is #22A777. Grayscale: #858585. Windows color (decimal): -2271096 or 8935645. OLE color: 8935645.
HSL color Cylindrical-coordinate representation of color #DD5888: hue angle of 338.35º 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 #DD5888 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 136 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.13 |
| HSL | 338.35º | 0.66% | 0.61% | - |
| HSV(B) | 338.35º | 0.6% | 0.87% | - |
| XYZ | 37.75 | 24.13 | 25.96 | - |
| YUV | 133.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 136 | 0 | 0.60 | 0.38 | 0.13 | 338.35 | 0.66 | 0.61 |
| Hex | DD | 58 | 88 | 0 | 3C | 26 | D | 152 | 42 | 3D |
| Octal | 335 | 130 | 210 | 0 | 74 | 46 | 15 | 522 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10001000 | 0 | 111100 | 100110 | 1101 | 101010010 | 1000010 | 111101 |
Color Harmonies of #DD5888
Complementary color
Monochromatic Colors of #DD5888
Black with #DD5888
Text Example
Text Example
White with #DD5888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5888; }
p { color: rgb(221,88,136); }
H1.HeaderClassName
{
color: #DD5888;
}
.AnyTagClassName
{
color: #DD5888;
}
</style>
background-color css
<style>
a { background-color: #DD5888; }
a { background-color: rgb(221,88,136); }
div.DivClassName
{
background-color: #DD5888;
}
.BgClassName
{
background-color: #DD5888;
}
</style>
border-color css
<style>
span { border-color: #DD5888; }
span { border-color: rgb(221,88,136); }
td.TdClassName
{
border-color: #DD5888;
}
.TagClassName
{
border-color: #DD5888;
}
</style>