Shades of Dark Pink #DF5481
Tints of Dark Pink #DF5481
RGB
CMYK
RGB Variations
Color information
#DF5481 (or 0xDF5481) is known color: Dark Pink. HEX triplet: DF, 54 and 81. RGB value is (223,84,129). Sum of RGB (Red+Green+Blue) = 223+84+129=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5481 is #20AB7E. Grayscale: #828282. Windows color (decimal): -2141055 or 8475871. OLE color: 8475871.
HSL color Cylindrical-coordinate representation of color #DF5481: hue angle of 340.58º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5481 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 129 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.13 |
| HSL | 340.58º | 0.68% | 0.6% | - |
| HSV(B) | 340.58º | 0.62% | 0.87% | - |
| XYZ | 37.56 | 23.61 | 23.35 | - |
| YUV | 130.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 129 | 0 | 0.62 | 0.42 | 0.13 | 340.58 | 0.68 | 0.6 |
| Hex | DF | 54 | 81 | 0 | 3E | 2A | D | 155 | 44 | 3C |
| Octal | 337 | 124 | 201 | 0 | 76 | 52 | 15 | 525 | 104 | 74 |
| Binary | 11011111 | 1010100 | 10000001 | 0 | 111110 | 101010 | 1101 | 101010101 | 1000100 | 111100 |
Color Harmonies of #DF5481
Complementary color
Monochromatic Colors of #DF5481
Black with #DF5481
Text Example
Text Example
White with #DF5481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5481; }
p { color: rgb(223,84,129); }
H1.HeaderClassName
{
color: #DF5481;
}
.AnyTagClassName
{
color: #DF5481;
}
</style>
background-color css
<style>
a { background-color: #DF5481; }
a { background-color: rgb(223,84,129); }
div.DivClassName
{
background-color: #DF5481;
}
.BgClassName
{
background-color: #DF5481;
}
</style>
border-color css
<style>
span { border-color: #DF5481; }
span { border-color: rgb(223,84,129); }
td.TdClassName
{
border-color: #DF5481;
}
.TagClassName
{
border-color: #DF5481;
}
</style>