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