Shades of Dark Pink #DF5184
Tints of Dark Pink #DF5184
RGB
CMYK
RGB Variations
Color information
#DF5184 (or 0xDF5184) is known color: Dark Pink. HEX triplet: DF, 51 and 84. RGB value is (223,81,132). Sum of RGB (Red+Green+Blue) = 223+81+132=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5184 is #20AE7B. Grayscale: #818181. Windows color (decimal): -2141820 or 8671711. OLE color: 8671711.
HSL color Cylindrical-coordinate representation of color #DF5184: hue angle of 338.45º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5184 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 132 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.13 |
| HSL | 338.45º | 0.69% | 0.6% | - |
| HSV(B) | 338.45º | 0.64% | 0.87% | - |
| XYZ | 37.54 | 23.24 | 24.34 | - |
| YUV | 129.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 132 | 0 | 0.64 | 0.41 | 0.13 | 338.45 | 0.69 | 0.6 |
| Hex | DF | 51 | 84 | 0 | 40 | 29 | D | 152 | 45 | 3C |
| Octal | 337 | 121 | 204 | 0 | 100 | 51 | 15 | 522 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10000100 | 0 | 1000000 | 101001 | 1101 | 101010010 | 1000101 | 111100 |
Color Harmonies of #DF5184
Complementary color
Monochromatic Colors of #DF5184
Black with #DF5184
Text Example
Text Example
White with #DF5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5184; }
p { color: rgb(223,81,132); }
H1.HeaderClassName
{
color: #DF5184;
}
.AnyTagClassName
{
color: #DF5184;
}
</style>
background-color css
<style>
a { background-color: #DF5184; }
a { background-color: rgb(223,81,132); }
div.DivClassName
{
background-color: #DF5184;
}
.BgClassName
{
background-color: #DF5184;
}
</style>
border-color css
<style>
span { border-color: #DF5184; }
span { border-color: rgb(223,81,132); }
td.TdClassName
{
border-color: #DF5184;
}
.TagClassName
{
border-color: #DF5184;
}
</style>