Shades of Dark Pink #DF5280
Tints of Dark Pink #DF5280
RGB
CMYK
RGB Variations
Color information
#DF5280 (or 0xDF5280) is known color: Dark Pink. HEX triplet: DF, 52 and 80. RGB value is (223,82,128). Sum of RGB (Red+Green+Blue) = 223+82+128=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5280 is #20AD7F. Grayscale: #818181. Windows color (decimal): -2141568 or 8409823. OLE color: 8409823.
HSL color Cylindrical-coordinate representation of color #DF5280: hue angle of 340.43º 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 #DF5280 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 128 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.13 |
| HSL | 340.43º | 0.69% | 0.6% | - |
| HSV(B) | 340.43º | 0.63% | 0.87% | - |
| XYZ | 37.35 | 23.28 | 22.95 | - |
| YUV | 129.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 128 | 0 | 0.63 | 0.43 | 0.13 | 340.43 | 0.69 | 0.6 |
| Hex | DF | 52 | 80 | 0 | 3F | 2B | D | 154 | 45 | 3C |
| Octal | 337 | 122 | 200 | 0 | 77 | 53 | 15 | 524 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10000000 | 0 | 111111 | 101011 | 1101 | 101010100 | 1000101 | 111100 |
Color Harmonies of #DF5280
Complementary color
Monochromatic Colors of #DF5280
Black with #DF5280
Text Example
Text Example
White with #DF5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5280; }
p { color: rgb(223,82,128); }
H1.HeaderClassName
{
color: #DF5280;
}
.AnyTagClassName
{
color: #DF5280;
}
</style>
background-color css
<style>
a { background-color: #DF5280; }
a { background-color: rgb(223,82,128); }
div.DivClassName
{
background-color: #DF5280;
}
.BgClassName
{
background-color: #DF5280;
}
</style>
border-color css
<style>
span { border-color: #DF5280; }
span { border-color: rgb(223,82,128); }
td.TdClassName
{
border-color: #DF5280;
}
.TagClassName
{
border-color: #DF5280;
}
</style>