Shades of Dark Pink #DF5D84
Tints of Dark Pink #DF5D84
RGB
CMYK
RGB Variations
Color information
#DF5D84 (or 0xDF5D84) is known color: Dark Pink. HEX triplet: DF, 5D and 84. RGB value is (223,93,132). Sum of RGB (Red+Green+Blue) = 223+93+132=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5D84 is #20A27B. Grayscale: #888888. Windows color (decimal): -2138748 or 8674783. OLE color: 8674783.
HSL color Cylindrical-coordinate representation of color #DF5D84: hue angle of 342º 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 #DF5D84 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 132 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.13 |
| HSL | 342º | 0.67% | 0.62% | - |
| HSV(B) | 342º | 0.58% | 0.87% | - |
| XYZ | 38.51 | 25.18 | 24.66 | - |
| YUV | 136.32 | 125.57 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 132 | 0 | 0.58 | 0.41 | 0.13 | 342 | 0.67 | 0.62 |
| Hex | DF | 5D | 84 | 0 | 3A | 29 | D | 156 | 43 | 3E |
| Octal | 337 | 135 | 204 | 0 | 72 | 51 | 15 | 526 | 103 | 76 |
| Binary | 11011111 | 1011101 | 10000100 | 0 | 111010 | 101001 | 1101 | 101010110 | 1000011 | 111110 |
Color Harmonies of #DF5D84
Complementary color
Monochromatic Colors of #DF5D84
Black with #DF5D84
Text Example
Text Example
White with #DF5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D84; }
p { color: rgb(223,93,132); }
H1.HeaderClassName
{
color: #DF5D84;
}
.AnyTagClassName
{
color: #DF5D84;
}
</style>
background-color css
<style>
a { background-color: #DF5D84; }
a { background-color: rgb(223,93,132); }
div.DivClassName
{
background-color: #DF5D84;
}
.BgClassName
{
background-color: #DF5D84;
}
</style>
border-color css
<style>
span { border-color: #DF5D84; }
span { border-color: rgb(223,93,132); }
td.TdClassName
{
border-color: #DF5D84;
}
.TagClassName
{
border-color: #DF5D84;
}
</style>