Shades of Dark Pink #DF5085
Tints of Dark Pink #DF5085
RGB
CMYK
RGB Variations
Color information
#DF5085 (or 0xDF5085) is known color: Dark Pink. HEX triplet: DF, 50 and 85. RGB value is (223,80,133). Sum of RGB (Red+Green+Blue) = 223+80+133=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5085 is #20AF7A. Grayscale: #808080. Windows color (decimal): -2142075 or 8736991. OLE color: 8736991.
HSL color Cylindrical-coordinate representation of color #DF5085: hue angle of 337.76º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5085 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 133 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.13 |
| HSL | 337.76º | 0.69% | 0.59% | - |
| HSV(B) | 337.76º | 0.64% | 0.87% | - |
| XYZ | 37.53 | 23.12 | 24.67 | - |
| YUV | 128.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 133 | 0 | 0.64 | 0.40 | 0.13 | 337.76 | 0.69 | 0.59 |
| Hex | DF | 50 | 85 | 0 | 40 | 28 | D | 152 | 45 | 3B |
| Octal | 337 | 120 | 205 | 0 | 100 | 50 | 15 | 522 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10000101 | 0 | 1000000 | 101000 | 1101 | 101010010 | 1000101 | 111011 |
Color Harmonies of #DF5085
Complementary color
Monochromatic Colors of #DF5085
Black with #DF5085
Text Example
Text Example
White with #DF5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5085; }
p { color: rgb(223,80,133); }
H1.HeaderClassName
{
color: #DF5085;
}
.AnyTagClassName
{
color: #DF5085;
}
</style>
background-color css
<style>
a { background-color: #DF5085; }
a { background-color: rgb(223,80,133); }
div.DivClassName
{
background-color: #DF5085;
}
.BgClassName
{
background-color: #DF5085;
}
</style>
border-color css
<style>
span { border-color: #DF5085; }
span { border-color: rgb(223,80,133); }
td.TdClassName
{
border-color: #DF5085;
}
.TagClassName
{
border-color: #DF5085;
}
</style>