Shades of Dark Pink #DF5284
Tints of Dark Pink #DF5284
RGB
CMYK
RGB Variations
Color information
#DF5284 (or 0xDF5284) is known color: Dark Pink. HEX triplet: DF, 52 and 84. RGB value is (223,82,132). Sum of RGB (Red+Green+Blue) = 223+82+132=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5284 is #20AD7B. Grayscale: #818181. Windows color (decimal): -2141564 or 8671967. OLE color: 8671967.
HSL color Cylindrical-coordinate representation of color #DF5284: hue angle of 338.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5284 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 132 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.13 |
| HSL | 338.72º | 0.69% | 0.6% | - |
| HSV(B) | 338.72º | 0.63% | 0.87% | - |
| XYZ | 37.61 | 23.39 | 24.36 | - |
| YUV | 129.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 132 | 0 | 0.63 | 0.41 | 0.13 | 338.72 | 0.69 | 0.6 |
| Hex | DF | 52 | 84 | 0 | 3F | 29 | D | 153 | 45 | 3C |
| Octal | 337 | 122 | 204 | 0 | 77 | 51 | 15 | 523 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10000100 | 0 | 111111 | 101001 | 1101 | 101010011 | 1000101 | 111100 |
Color Harmonies of #DF5284
Complementary color
Monochromatic Colors of #DF5284
Black with #DF5284
Text Example
Text Example
White with #DF5284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5284; }
p { color: rgb(223,82,132); }
H1.HeaderClassName
{
color: #DF5284;
}
.AnyTagClassName
{
color: #DF5284;
}
</style>
background-color css
<style>
a { background-color: #DF5284; }
a { background-color: rgb(223,82,132); }
div.DivClassName
{
background-color: #DF5284;
}
.BgClassName
{
background-color: #DF5284;
}
</style>
border-color css
<style>
span { border-color: #DF5284; }
span { border-color: rgb(223,82,132); }
td.TdClassName
{
border-color: #DF5284;
}
.TagClassName
{
border-color: #DF5284;
}
</style>