Shades of Dark Pink #DF578D
Tints of Dark Pink #DF578D
RGB
CMYK
RGB Variations
Color information
#DF578D (or 0xDF578D) is known color: Dark Pink. HEX triplet: DF, 57 and 8D. RGB value is (223,87,141). Sum of RGB (Red+Green+Blue) = 223+87+141=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF578D is #20A872. Grayscale: #858585. Windows color (decimal): -2140275 or 9263071. OLE color: 9263071.
HSL color Cylindrical-coordinate representation of color #DF578D: hue angle of 336.18º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF578D is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 141 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.13 |
| HSL | 336.18º | 0.68% | 0.61% | - |
| HSV(B) | 336.18º | 0.61% | 0.87% | - |
| XYZ | 38.65 | 24.43 | 27.88 | - |
| YUV | 133.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 141 | 0 | 0.61 | 0.37 | 0.13 | 336.18 | 0.68 | 0.61 |
| Hex | DF | 57 | 8D | 0 | 3D | 25 | D | 150 | 44 | 3D |
| Octal | 337 | 127 | 215 | 0 | 75 | 45 | 15 | 520 | 104 | 75 |
| Binary | 11011111 | 1010111 | 10001101 | 0 | 111101 | 100101 | 1101 | 101010000 | 1000100 | 111101 |
Color Harmonies of #DF578D
Complementary color
Monochromatic Colors of #DF578D
Black with #DF578D
Text Example
Text Example
White with #DF578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF578D; }
p { color: rgb(223,87,141); }
H1.HeaderClassName
{
color: #DF578D;
}
.AnyTagClassName
{
color: #DF578D;
}
</style>
background-color css
<style>
a { background-color: #DF578D; }
a { background-color: rgb(223,87,141); }
div.DivClassName
{
background-color: #DF578D;
}
.BgClassName
{
background-color: #DF578D;
}
</style>
border-color css
<style>
span { border-color: #DF578D; }
span { border-color: rgb(223,87,141); }
td.TdClassName
{
border-color: #DF578D;
}
.TagClassName
{
border-color: #DF578D;
}
</style>