Shades of Dark Pink #DF5084
Tints of Dark Pink #DF5084
RGB
CMYK
RGB Variations
Color information
#DF5084 (or 0xDF5084) is known color: Dark Pink. HEX triplet: DF, 50 and 84. RGB value is (223,80,132). Sum of RGB (Red+Green+Blue) = 223+80+132=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5084 is #20AF7B. Grayscale: #808080. Windows color (decimal): -2142076 or 8671455. OLE color: 8671455.
HSL color Cylindrical-coordinate representation of color #DF5084: hue angle of 338.18º 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 #DF5084 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 132 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.13 |
| HSL | 338.18º | 0.69% | 0.59% | - |
| HSV(B) | 338.18º | 0.64% | 0.87% | - |
| XYZ | 37.46 | 23.09 | 24.31 | - |
| YUV | 128.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 132 | 0 | 0.64 | 0.41 | 0.13 | 338.18 | 0.69 | 0.59 |
| Hex | DF | 50 | 84 | 0 | 40 | 29 | D | 152 | 45 | 3B |
| Octal | 337 | 120 | 204 | 0 | 100 | 51 | 15 | 522 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10000100 | 0 | 1000000 | 101001 | 1101 | 101010010 | 1000101 | 111011 |
Color Harmonies of #DF5084
Complementary color
Monochromatic Colors of #DF5084
Black with #DF5084
Text Example
Text Example
White with #DF5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5084; }
p { color: rgb(223,80,132); }
H1.HeaderClassName
{
color: #DF5084;
}
.AnyTagClassName
{
color: #DF5084;
}
</style>
background-color css
<style>
a { background-color: #DF5084; }
a { background-color: rgb(223,80,132); }
div.DivClassName
{
background-color: #DF5084;
}
.BgClassName
{
background-color: #DF5084;
}
</style>
border-color css
<style>
span { border-color: #DF5084; }
span { border-color: rgb(223,80,132); }
td.TdClassName
{
border-color: #DF5084;
}
.TagClassName
{
border-color: #DF5084;
}
</style>