Shades of Dark Pink #DF5090
Tints of Dark Pink #DF5090
RGB
CMYK
RGB Variations
Color information
#DF5090 (or 0xDF5090) is known color: Dark Pink. HEX triplet: DF, 50 and 90. RGB value is (223,80,144). Sum of RGB (Red+Green+Blue) = 223+80+144=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5090 is #20AF6F. Grayscale: #818181. Windows color (decimal): -2142064 or 9457887. OLE color: 9457887.
HSL color Cylindrical-coordinate representation of color #DF5090: hue angle of 333.15º 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 #DF5090 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 144 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.13 |
| HSL | 333.15º | 0.69% | 0.59% | - |
| HSV(B) | 333.15º | 0.64% | 0.87% | - |
| XYZ | 38.33 | 23.44 | 28.89 | - |
| YUV | 130.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 144 | 0 | 0.64 | 0.35 | 0.13 | 333.15 | 0.69 | 0.59 |
| Hex | DF | 50 | 90 | 0 | 40 | 23 | D | 14D | 45 | 3B |
| Octal | 337 | 120 | 220 | 0 | 100 | 43 | 15 | 515 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10010000 | 0 | 1000000 | 100011 | 1101 | 101001101 | 1000101 | 111011 |
Color Harmonies of #DF5090
Complementary color
Monochromatic Colors of #DF5090
Black with #DF5090
Text Example
Text Example
White with #DF5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5090; }
p { color: rgb(223,80,144); }
H1.HeaderClassName
{
color: #DF5090;
}
.AnyTagClassName
{
color: #DF5090;
}
</style>
background-color css
<style>
a { background-color: #DF5090; }
a { background-color: rgb(223,80,144); }
div.DivClassName
{
background-color: #DF5090;
}
.BgClassName
{
background-color: #DF5090;
}
</style>
border-color css
<style>
span { border-color: #DF5090; }
span { border-color: rgb(223,80,144); }
td.TdClassName
{
border-color: #DF5090;
}
.TagClassName
{
border-color: #DF5090;
}
</style>