Shades of Dark Pink #DF5881
Tints of Dark Pink #DF5881
RGB
CMYK
RGB Variations
Color information
#DF5881 (or 0xDF5881) is known color: Dark Pink. HEX triplet: DF, 58 and 81. RGB value is (223,88,129). Sum of RGB (Red+Green+Blue) = 223+88+129=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5881 is #20A77E. Grayscale: #858585. Windows color (decimal): -2140031 or 8476895. OLE color: 8476895.
HSL color Cylindrical-coordinate representation of color #DF5881: hue angle of 341.78º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5881 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 129 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.13 |
| HSL | 341.78º | 0.68% | 0.61% | - |
| HSV(B) | 341.78º | 0.61% | 0.87% | - |
| XYZ | 37.88 | 24.25 | 23.45 | - |
| YUV | 133.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 129 | 0 | 0.61 | 0.42 | 0.13 | 341.78 | 0.68 | 0.61 |
| Hex | DF | 58 | 81 | 0 | 3D | 2A | D | 156 | 44 | 3D |
| Octal | 337 | 130 | 201 | 0 | 75 | 52 | 15 | 526 | 104 | 75 |
| Binary | 11011111 | 1011000 | 10000001 | 0 | 111101 | 101010 | 1101 | 101010110 | 1000100 | 111101 |
Color Harmonies of #DF5881
Complementary color
Monochromatic Colors of #DF5881
Black with #DF5881
Text Example
Text Example
White with #DF5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5881; }
p { color: rgb(223,88,129); }
H1.HeaderClassName
{
color: #DF5881;
}
.AnyTagClassName
{
color: #DF5881;
}
</style>
background-color css
<style>
a { background-color: #DF5881; }
a { background-color: rgb(223,88,129); }
div.DivClassName
{
background-color: #DF5881;
}
.BgClassName
{
background-color: #DF5881;
}
</style>
border-color css
<style>
span { border-color: #DF5881; }
span { border-color: rgb(223,88,129); }
td.TdClassName
{
border-color: #DF5881;
}
.TagClassName
{
border-color: #DF5881;
}
</style>