Shades of Deep Magenta #DF02DB
Tints of Deep Magenta #DF02DB
RGB
CMYK
RGB Variations
Color information
#DF02DB (or 0xDF02DB) is known color: Deep Magenta. HEX triplet: DF, 02 and DB. RGB value is (223,2,219). Sum of RGB (Red+Green+Blue) = 223+2+219=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02DB is #20FD24. Grayscale: #5C5C5C. Windows color (decimal): -2161957 or 14353119. OLE color: 14353119.
HSL color Cylindrical-coordinate representation of color #DF02DB: hue angle of 301.09º 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 #DF02DB is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 219 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.13 |
| HSL | 301.09º | 0.98% | 0.44% | - |
| HSV(B) | 301.09º | 0.99% | 0.87% | - |
| XYZ | 43.24 | 20.85 | 68.76 | - |
| YUV | 92.82 | 199.22 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 219 | 0 | 0.99 | 0.02 | 0.13 | 301.09 | 0.98 | 0.44 |
| Hex | DF | 2 | DB | 0 | 63 | 2 | D | 12D | 62 | 2C |
| Octal | 337 | 2 | 333 | 0 | 143 | 2 | 15 | 455 | 142 | 54 |
| Binary | 11011111 | 10 | 11011011 | 0 | 1100011 | 10 | 1101 | 100101101 | 1100010 | 101100 |
Color Harmonies of #DF02DB
Complementary color
Monochromatic Colors of #DF02DB
Black with #DF02DB
Text Example
Text Example
White with #DF02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02DB; }
p { color: rgb(223,2,219); }
H1.HeaderClassName
{
color: #DF02DB;
}
.AnyTagClassName
{
color: #DF02DB;
}
</style>
background-color css
<style>
a { background-color: #DF02DB; }
a { background-color: rgb(223,2,219); }
div.DivClassName
{
background-color: #DF02DB;
}
.BgClassName
{
background-color: #DF02DB;
}
</style>
border-color css
<style>
span { border-color: #DF02DB; }
span { border-color: rgb(223,2,219); }
td.TdClassName
{
border-color: #DF02DB;
}
.TagClassName
{
border-color: #DF02DB;
}
</style>