Shades of Dark Pink #DF5F84
Tints of Dark Pink #DF5F84
RGB
CMYK
RGB Variations
Color information
#DF5F84 (or 0xDF5F84) is known color: Dark Pink. HEX triplet: DF, 5F and 84. RGB value is (223,95,132). Sum of RGB (Red+Green+Blue) = 223+95+132=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5F84 is #20A07B. Grayscale: #898989. Windows color (decimal): -2138236 or 8675295. OLE color: 8675295.
HSL color Cylindrical-coordinate representation of color #DF5F84: hue angle of 342.66º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F84 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 132 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.13 |
| HSL | 342.66º | 0.67% | 0.62% | - |
| HSV(B) | 342.66º | 0.57% | 0.87% | - |
| XYZ | 38.69 | 25.54 | 24.72 | - |
| YUV | 137.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 132 | 0 | 0.57 | 0.41 | 0.13 | 342.66 | 0.67 | 0.62 |
| Hex | DF | 5F | 84 | 0 | 39 | 29 | D | 157 | 43 | 3E |
| Octal | 337 | 137 | 204 | 0 | 71 | 51 | 15 | 527 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10000100 | 0 | 111001 | 101001 | 1101 | 101010111 | 1000011 | 111110 |
Color Harmonies of #DF5F84
Complementary color
Monochromatic Colors of #DF5F84
Black with #DF5F84
Text Example
Text Example
White with #DF5F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F84; }
p { color: rgb(223,95,132); }
H1.HeaderClassName
{
color: #DF5F84;
}
.AnyTagClassName
{
color: #DF5F84;
}
</style>
background-color css
<style>
a { background-color: #DF5F84; }
a { background-color: rgb(223,95,132); }
div.DivClassName
{
background-color: #DF5F84;
}
.BgClassName
{
background-color: #DF5F84;
}
</style>
border-color css
<style>
span { border-color: #DF5F84; }
span { border-color: rgb(223,95,132); }
td.TdClassName
{
border-color: #DF5F84;
}
.TagClassName
{
border-color: #DF5F84;
}
</style>