Shades of Deep Magenta #DF02DC
Tints of Deep Magenta #DF02DC
RGB
CMYK
RGB Variations
Color information
#DF02DC (or 0xDF02DC) is known color: Deep Magenta. HEX triplet: DF, 02 and DC. RGB value is (223,2,220). Sum of RGB (Red+Green+Blue) = 223+2+220=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02DC is #20FD23. Grayscale: #5C5C5C. Windows color (decimal): -2161956 or 14418655. OLE color: 14418655.
HSL color Cylindrical-coordinate representation of color #DF02DC: hue angle of 300.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02DC is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 220 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.13 |
| HSL | 300.81º | 0.98% | 0.44% | - |
| HSV(B) | 300.81º | 0.99% | 0.87% | - |
| XYZ | 43.37 | 20.9 | 69.46 | - |
| YUV | 92.93 | 199.72 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 220 | 0 | 0.99 | 0.01 | 0.13 | 300.81 | 0.98 | 0.44 |
| Hex | DF | 2 | DC | 0 | 63 | 1 | D | 12D | 62 | 2C |
| Octal | 337 | 2 | 334 | 0 | 143 | 1 | 15 | 455 | 142 | 54 |
| Binary | 11011111 | 10 | 11011100 | 0 | 1100011 | 1 | 1101 | 100101101 | 1100010 | 101100 |
Color Harmonies of #DF02DC
Complementary color
Monochromatic Colors of #DF02DC
Black with #DF02DC
Text Example
Text Example
White with #DF02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02DC; }
p { color: rgb(223,2,220); }
H1.HeaderClassName
{
color: #DF02DC;
}
.AnyTagClassName
{
color: #DF02DC;
}
</style>
background-color css
<style>
a { background-color: #DF02DC; }
a { background-color: rgb(223,2,220); }
div.DivClassName
{
background-color: #DF02DC;
}
.BgClassName
{
background-color: #DF02DC;
}
</style>
border-color css
<style>
span { border-color: #DF02DC; }
span { border-color: rgb(223,2,220); }
td.TdClassName
{
border-color: #DF02DC;
}
.TagClassName
{
border-color: #DF02DC;
}
</style>