Shades of Dark Pink #DD578B
Tints of Dark Pink #DD578B
RGB
CMYK
RGB Variations
Color information
#DD578B (or 0xDD578B) is known color: Dark Pink. HEX triplet: DD, 57 and 8B. RGB value is (221,87,139). Sum of RGB (Red+Green+Blue) = 221+87+139=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD578B is #22A874. Grayscale: #848484. Windows color (decimal): -2271349 or 9131997. OLE color: 9131997.
HSL color Cylindrical-coordinate representation of color #DD578B: hue angle of 336.72º 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 #DD578B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 139 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.13 |
| HSL | 336.72º | 0.66% | 0.6% | - |
| HSV(B) | 336.72º | 0.61% | 0.87% | - |
| XYZ | 37.89 | 24.05 | 27.07 | - |
| YUV | 132.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 139 | 0 | 0.61 | 0.37 | 0.13 | 336.72 | 0.66 | 0.6 |
| Hex | DD | 57 | 8B | 0 | 3D | 25 | D | 151 | 42 | 3C |
| Octal | 335 | 127 | 213 | 0 | 75 | 45 | 15 | 521 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10001011 | 0 | 111101 | 100101 | 1101 | 101010001 | 1000010 | 111100 |
Color Harmonies of #DD578B
Complementary color
Monochromatic Colors of #DD578B
Black with #DD578B
Text Example
Text Example
White with #DD578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD578B; }
p { color: rgb(221,87,139); }
H1.HeaderClassName
{
color: #DD578B;
}
.AnyTagClassName
{
color: #DD578B;
}
</style>
background-color css
<style>
a { background-color: #DD578B; }
a { background-color: rgb(221,87,139); }
div.DivClassName
{
background-color: #DD578B;
}
.BgClassName
{
background-color: #DD578B;
}
</style>
border-color css
<style>
span { border-color: #DD578B; }
span { border-color: rgb(221,87,139); }
td.TdClassName
{
border-color: #DD578B;
}
.TagClassName
{
border-color: #DD578B;
}
</style>