Shades of Dark Pink #DF5E84
Tints of Dark Pink #DF5E84
RGB
CMYK
RGB Variations
Color information
#DF5E84 (or 0xDF5E84) is known color: Dark Pink. HEX triplet: DF, 5E and 84. RGB value is (223,94,132). Sum of RGB (Red+Green+Blue) = 223+94+132=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5E84 is #20A17B. Grayscale: #888888. Windows color (decimal): -2138492 or 8675039. OLE color: 8675039.
HSL color Cylindrical-coordinate representation of color #DF5E84: hue angle of 342.33º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5E84 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 132 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.13 |
| HSL | 342.33º | 0.67% | 0.62% | - |
| HSV(B) | 342.33º | 0.58% | 0.87% | - |
| XYZ | 38.6 | 25.36 | 24.69 | - |
| YUV | 136.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 132 | 0 | 0.58 | 0.41 | 0.13 | 342.33 | 0.67 | 0.62 |
| Hex | DF | 5E | 84 | 0 | 3A | 29 | D | 156 | 43 | 3E |
| Octal | 337 | 136 | 204 | 0 | 72 | 51 | 15 | 526 | 103 | 76 |
| Binary | 11011111 | 1011110 | 10000100 | 0 | 111010 | 101001 | 1101 | 101010110 | 1000011 | 111110 |
Color Harmonies of #DF5E84
Complementary color
Monochromatic Colors of #DF5E84
Black with #DF5E84
Text Example
Text Example
White with #DF5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E84; }
p { color: rgb(223,94,132); }
H1.HeaderClassName
{
color: #DF5E84;
}
.AnyTagClassName
{
color: #DF5E84;
}
</style>
background-color css
<style>
a { background-color: #DF5E84; }
a { background-color: rgb(223,94,132); }
div.DivClassName
{
background-color: #DF5E84;
}
.BgClassName
{
background-color: #DF5E84;
}
</style>
border-color css
<style>
span { border-color: #DF5E84; }
span { border-color: rgb(223,94,132); }
td.TdClassName
{
border-color: #DF5E84;
}
.TagClassName
{
border-color: #DF5E84;
}
</style>