Shades of Dark Pink #DF558B
Tints of Dark Pink #DF558B
RGB
CMYK
RGB Variations
Color information
#DF558B (or 0xDF558B) is known color: Dark Pink. HEX triplet: DF, 55 and 8B. RGB value is (223,85,139). Sum of RGB (Red+Green+Blue) = 223+85+139=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF558B is #20AA74. Grayscale: #848484. Windows color (decimal): -2140789 or 9131487. OLE color: 9131487.
HSL color Cylindrical-coordinate representation of color #DF558B: hue angle of 336.52º 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 #DF558B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 139 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.13 |
| HSL | 336.52º | 0.68% | 0.6% | - |
| HSV(B) | 336.52º | 0.62% | 0.87% | - |
| XYZ | 38.34 | 24.05 | 27.05 | - |
| YUV | 132.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 139 | 0 | 0.62 | 0.38 | 0.13 | 336.52 | 0.68 | 0.6 |
| Hex | DF | 55 | 8B | 0 | 3E | 26 | D | 151 | 44 | 3C |
| Octal | 337 | 125 | 213 | 0 | 76 | 46 | 15 | 521 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10001011 | 0 | 111110 | 100110 | 1101 | 101010001 | 1000100 | 111100 |
Color Harmonies of #DF558B
Complementary color
Monochromatic Colors of #DF558B
Black with #DF558B
Text Example
Text Example
White with #DF558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF558B; }
p { color: rgb(223,85,139); }
H1.HeaderClassName
{
color: #DF558B;
}
.AnyTagClassName
{
color: #DF558B;
}
</style>
background-color css
<style>
a { background-color: #DF558B; }
a { background-color: rgb(223,85,139); }
div.DivClassName
{
background-color: #DF558B;
}
.BgClassName
{
background-color: #DF558B;
}
</style>
border-color css
<style>
span { border-color: #DF558B; }
span { border-color: rgb(223,85,139); }
td.TdClassName
{
border-color: #DF558B;
}
.TagClassName
{
border-color: #DF558B;
}
</style>