Shades of Dark Pink #DF5181
Tints of Dark Pink #DF5181
RGB
CMYK
RGB Variations
Color information
#DF5181 (or 0xDF5181) is known color: Dark Pink. HEX triplet: DF, 51 and 81. RGB value is (223,81,129). Sum of RGB (Red+Green+Blue) = 223+81+129=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5181 is #20AE7E. Grayscale: #808080. Windows color (decimal): -2141823 or 8475103. OLE color: 8475103.
HSL color Cylindrical-coordinate representation of color #DF5181: hue angle of 339.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5181 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 129 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.13 |
| HSL | 339.72º | 0.69% | 0.6% | - |
| HSV(B) | 339.72º | 0.64% | 0.87% | - |
| XYZ | 37.34 | 23.16 | 23.27 | - |
| YUV | 128.93 | 128.04 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 129 | 0 | 0.64 | 0.42 | 0.13 | 339.72 | 0.69 | 0.6 |
| Hex | DF | 51 | 81 | 0 | 40 | 2A | D | 154 | 45 | 3C |
| Octal | 337 | 121 | 201 | 0 | 100 | 52 | 15 | 524 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10000001 | 0 | 1000000 | 101010 | 1101 | 101010100 | 1000101 | 111100 |
Color Harmonies of #DF5181
Complementary color
Monochromatic Colors of #DF5181
Black with #DF5181
Text Example
Text Example
White with #DF5181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5181; }
p { color: rgb(223,81,129); }
H1.HeaderClassName
{
color: #DF5181;
}
.AnyTagClassName
{
color: #DF5181;
}
</style>
background-color css
<style>
a { background-color: #DF5181; }
a { background-color: rgb(223,81,129); }
div.DivClassName
{
background-color: #DF5181;
}
.BgClassName
{
background-color: #DF5181;
}
</style>
border-color css
<style>
span { border-color: #DF5181; }
span { border-color: rgb(223,81,129); }
td.TdClassName
{
border-color: #DF5181;
}
.TagClassName
{
border-color: #DF5181;
}
</style>