Shades of Dark Pink #DF5393
Tints of Dark Pink #DF5393
RGB
CMYK
RGB Variations
Color information
#DF5393 (or 0xDF5393) is known color: Dark Pink. HEX triplet: DF, 53 and 93. RGB value is (223,83,147). Sum of RGB (Red+Green+Blue) = 223+83+147=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5393 is #20AC6C. Grayscale: #848484. Windows color (decimal): -2141293 or 9655263. OLE color: 9655263.
HSL color Cylindrical-coordinate representation of color #DF5393: hue angle of 332.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5393 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 147 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.13 |
| HSL | 332.57º | 0.69% | 0.6% | - |
| HSV(B) | 332.57º | 0.63% | 0.87% | - |
| XYZ | 38.79 | 23.98 | 30.19 | - |
| YUV | 132.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 147 | 0 | 0.63 | 0.34 | 0.13 | 332.57 | 0.69 | 0.6 |
| Hex | DF | 53 | 93 | 0 | 3F | 22 | D | 14D | 45 | 3C |
| Octal | 337 | 123 | 223 | 0 | 77 | 42 | 15 | 515 | 105 | 74 |
| Binary | 11011111 | 1010011 | 10010011 | 0 | 111111 | 100010 | 1101 | 101001101 | 1000101 | 111100 |
Color Harmonies of #DF5393
Complementary color
Monochromatic Colors of #DF5393
Black with #DF5393
Text Example
Text Example
White with #DF5393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5393; }
p { color: rgb(223,83,147); }
H1.HeaderClassName
{
color: #DF5393;
}
.AnyTagClassName
{
color: #DF5393;
}
</style>
background-color css
<style>
a { background-color: #DF5393; }
a { background-color: rgb(223,83,147); }
div.DivClassName
{
background-color: #DF5393;
}
.BgClassName
{
background-color: #DF5393;
}
</style>
border-color css
<style>
span { border-color: #DF5393; }
span { border-color: rgb(223,83,147); }
td.TdClassName
{
border-color: #DF5393;
}
.TagClassName
{
border-color: #DF5393;
}
</style>