Shades of Dark Pink #DD578D
Tints of Dark Pink #DD578D
RGB
CMYK
RGB Variations
Color information
#DD578D (or 0xDD578D) is known color: Dark Pink. HEX triplet: DD, 57 and 8D. RGB value is (221,87,141). Sum of RGB (Red+Green+Blue) = 221+87+141=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD578D is #22A872. Grayscale: #858585. Windows color (decimal): -2271347 or 9263069. OLE color: 9263069.
HSL color Cylindrical-coordinate representation of color #DD578D: hue angle of 335.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD578D is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 141 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.13 |
| HSL | 335.82º | 0.66% | 0.6% | - |
| HSV(B) | 335.82º | 0.61% | 0.87% | - |
| XYZ | 38.03 | 24.11 | 27.85 | - |
| YUV | 133.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 141 | 0 | 0.61 | 0.36 | 0.13 | 335.82 | 0.66 | 0.6 |
| Hex | DD | 57 | 8D | 0 | 3D | 24 | D | 150 | 42 | 3C |
| Octal | 335 | 127 | 215 | 0 | 75 | 44 | 15 | 520 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10001101 | 0 | 111101 | 100100 | 1101 | 101010000 | 1000010 | 111100 |
Color Harmonies of #DD578D
Complementary color
Monochromatic Colors of #DD578D
Black with #DD578D
Text Example
Text Example
White with #DD578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD578D; }
p { color: rgb(221,87,141); }
H1.HeaderClassName
{
color: #DD578D;
}
.AnyTagClassName
{
color: #DD578D;
}
</style>
background-color css
<style>
a { background-color: #DD578D; }
a { background-color: rgb(221,87,141); }
div.DivClassName
{
background-color: #DD578D;
}
.BgClassName
{
background-color: #DD578D;
}
</style>
border-color css
<style>
span { border-color: #DD578D; }
span { border-color: rgb(221,87,141); }
td.TdClassName
{
border-color: #DD578D;
}
.TagClassName
{
border-color: #DD578D;
}
</style>