Shades of Dark Pink #DF558D
Tints of Dark Pink #DF558D
RGB
CMYK
RGB Variations
Color information
#DF558D (or 0xDF558D) is known color: Dark Pink. HEX triplet: DF, 55 and 8D. RGB value is (223,85,141). Sum of RGB (Red+Green+Blue) = 223+85+141=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF558D is #20AA72. Grayscale: #848484. Windows color (decimal): -2140787 or 9262559. OLE color: 9262559.
HSL color Cylindrical-coordinate representation of color #DF558D: hue angle of 335.65º 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 #DF558D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 141 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.13 |
| HSL | 335.65º | 0.68% | 0.6% | - |
| HSV(B) | 335.65º | 0.62% | 0.87% | - |
| XYZ | 38.49 | 24.11 | 27.82 | - |
| YUV | 132.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 141 | 0 | 0.62 | 0.37 | 0.13 | 335.65 | 0.68 | 0.6 |
| Hex | DF | 55 | 8D | 0 | 3E | 25 | D | 150 | 44 | 3C |
| Octal | 337 | 125 | 215 | 0 | 76 | 45 | 15 | 520 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10001101 | 0 | 111110 | 100101 | 1101 | 101010000 | 1000100 | 111100 |
Color Harmonies of #DF558D
Complementary color
Monochromatic Colors of #DF558D
Black with #DF558D
Text Example
Text Example
White with #DF558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF558D; }
p { color: rgb(223,85,141); }
H1.HeaderClassName
{
color: #DF558D;
}
.AnyTagClassName
{
color: #DF558D;
}
</style>
background-color css
<style>
a { background-color: #DF558D; }
a { background-color: rgb(223,85,141); }
div.DivClassName
{
background-color: #DF558D;
}
.BgClassName
{
background-color: #DF558D;
}
</style>
border-color css
<style>
span { border-color: #DF558D; }
span { border-color: rgb(223,85,141); }
td.TdClassName
{
border-color: #DF558D;
}
.TagClassName
{
border-color: #DF558D;
}
</style>