Shades of Dark Pink #DF5293
Tints of Dark Pink #DF5293
RGB
CMYK
RGB Variations
Color information
#DF5293 (or 0xDF5293) is known color: Dark Pink. HEX triplet: DF, 52 and 93. RGB value is (223,82,147). Sum of RGB (Red+Green+Blue) = 223+82+147=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5293 is #20AD6C. Grayscale: #838383. Windows color (decimal): -2141549 or 9655007. OLE color: 9655007.
HSL color Cylindrical-coordinate representation of color #DF5293: hue angle of 332.34º 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 #DF5293 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 147 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.13 |
| HSL | 332.34º | 0.69% | 0.6% | - |
| HSV(B) | 332.34º | 0.63% | 0.87% | - |
| XYZ | 38.72 | 23.83 | 30.16 | - |
| YUV | 131.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 147 | 0 | 0.63 | 0.34 | 0.13 | 332.34 | 0.69 | 0.6 |
| Hex | DF | 52 | 93 | 0 | 3F | 22 | D | 14C | 45 | 3C |
| Octal | 337 | 122 | 223 | 0 | 77 | 42 | 15 | 514 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10010011 | 0 | 111111 | 100010 | 1101 | 101001100 | 1000101 | 111100 |
Color Harmonies of #DF5293
Complementary color
Monochromatic Colors of #DF5293
Black with #DF5293
Text Example
Text Example
White with #DF5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5293; }
p { color: rgb(223,82,147); }
H1.HeaderClassName
{
color: #DF5293;
}
.AnyTagClassName
{
color: #DF5293;
}
</style>
background-color css
<style>
a { background-color: #DF5293; }
a { background-color: rgb(223,82,147); }
div.DivClassName
{
background-color: #DF5293;
}
.BgClassName
{
background-color: #DF5293;
}
</style>
border-color css
<style>
span { border-color: #DF5293; }
span { border-color: rgb(223,82,147); }
td.TdClassName
{
border-color: #DF5293;
}
.TagClassName
{
border-color: #DF5293;
}
</style>