Shades of Dark Pink #DD578E
Tints of Dark Pink #DD578E
RGB
CMYK
RGB Variations
Color information
#DD578E (or 0xDD578E) is known color: Dark Pink. HEX triplet: DD, 57 and 8E. RGB value is (221,87,142). Sum of RGB (Red+Green+Blue) = 221+87+142=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD578E is #22A871. Grayscale: #858585. Windows color (decimal): -2271346 or 9328605. OLE color: 9328605.
HSL color Cylindrical-coordinate representation of color #DD578E: hue angle of 335.37º 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 #DD578E is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 142 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.13 |
| HSL | 335.37º | 0.66% | 0.6% | - |
| HSV(B) | 335.37º | 0.61% | 0.87% | - |
| XYZ | 38.11 | 24.14 | 28.24 | - |
| YUV | 133.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 142 | 0 | 0.61 | 0.36 | 0.13 | 335.37 | 0.66 | 0.6 |
| Hex | DD | 57 | 8E | 0 | 3D | 24 | D | 14F | 42 | 3C |
| Octal | 335 | 127 | 216 | 0 | 75 | 44 | 15 | 517 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10001110 | 0 | 111101 | 100100 | 1101 | 101001111 | 1000010 | 111100 |
Color Harmonies of #DD578E
Complementary color
Monochromatic Colors of #DD578E
Black with #DD578E
Text Example
Text Example
White with #DD578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD578E; }
p { color: rgb(221,87,142); }
H1.HeaderClassName
{
color: #DD578E;
}
.AnyTagClassName
{
color: #DD578E;
}
</style>
background-color css
<style>
a { background-color: #DD578E; }
a { background-color: rgb(221,87,142); }
div.DivClassName
{
background-color: #DD578E;
}
.BgClassName
{
background-color: #DD578E;
}
</style>
border-color css
<style>
span { border-color: #DD578E; }
span { border-color: rgb(221,87,142); }
td.TdClassName
{
border-color: #DD578E;
}
.TagClassName
{
border-color: #DD578E;
}
</style>