Shades of Dark Pink #DF558F
Tints of Dark Pink #DF558F
RGB
CMYK
RGB Variations
Color information
#DF558F (or 0xDF558F) is known color: Dark Pink. HEX triplet: DF, 55 and 8F. RGB value is (223,85,143). Sum of RGB (Red+Green+Blue) = 223+85+143=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF558F is #20AA70. Grayscale: #848484. Windows color (decimal): -2140785 or 9393631. OLE color: 9393631.
HSL color Cylindrical-coordinate representation of color #DF558F: hue angle of 334.78º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF558F is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 143 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.13 |
| HSL | 334.78º | 0.68% | 0.6% | - |
| HSV(B) | 334.78º | 0.62% | 0.87% | - |
| XYZ | 38.64 | 24.17 | 28.62 | - |
| YUV | 132.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 143 | 0 | 0.62 | 0.36 | 0.13 | 334.78 | 0.68 | 0.6 |
| Hex | DF | 55 | 8F | 0 | 3E | 24 | D | 14F | 44 | 3C |
| Octal | 337 | 125 | 217 | 0 | 76 | 44 | 15 | 517 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10001111 | 0 | 111110 | 100100 | 1101 | 101001111 | 1000100 | 111100 |
Color Harmonies of #DF558F
Complementary color
Monochromatic Colors of #DF558F
Black with #DF558F
Text Example
Text Example
White with #DF558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF558F; }
p { color: rgb(223,85,143); }
H1.HeaderClassName
{
color: #DF558F;
}
.AnyTagClassName
{
color: #DF558F;
}
</style>
background-color css
<style>
a { background-color: #DF558F; }
a { background-color: rgb(223,85,143); }
div.DivClassName
{
background-color: #DF558F;
}
.BgClassName
{
background-color: #DF558F;
}
</style>
border-color css
<style>
span { border-color: #DF558F; }
span { border-color: rgb(223,85,143); }
td.TdClassName
{
border-color: #DF558F;
}
.TagClassName
{
border-color: #DF558F;
}
</style>