Shades of Deep Magenta #DF02C9
Tints of Deep Magenta #DF02C9
RGB
CMYK
RGB Variations
Color information
#DF02C9 (or 0xDF02C9) is known color: Deep Magenta. HEX triplet: DF, 02 and C9. RGB value is (223,2,201). Sum of RGB (Red+Green+Blue) = 223+2+201=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02C9 is #20FD36. Grayscale: #5A5A5A. Windows color (decimal): -2161975 or 13173471. OLE color: 13173471.
HSL color Cylindrical-coordinate representation of color #DF02C9: hue angle of 305.97º 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 #DF02C9 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 201 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.13 |
| HSL | 305.97º | 0.98% | 0.44% | - |
| HSV(B) | 305.97º | 0.99% | 0.87% | - |
| XYZ | 41 | 19.95 | 56.95 | - |
| YUV | 90.77 | 190.22 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 201 | 0 | 0.99 | 0.10 | 0.13 | 305.97 | 0.98 | 0.44 |
| Hex | DF | 2 | C9 | 0 | 63 | A | D | 132 | 62 | 2C |
| Octal | 337 | 2 | 311 | 0 | 143 | 12 | 15 | 462 | 142 | 54 |
| Binary | 11011111 | 10 | 11001001 | 0 | 1100011 | 1010 | 1101 | 100110010 | 1100010 | 101100 |
Color Harmonies of #DF02C9
Complementary color
Monochromatic Colors of #DF02C9
Black with #DF02C9
Text Example
Text Example
White with #DF02C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02C9; }
p { color: rgb(223,2,201); }
H1.HeaderClassName
{
color: #DF02C9;
}
.AnyTagClassName
{
color: #DF02C9;
}
</style>
background-color css
<style>
a { background-color: #DF02C9; }
a { background-color: rgb(223,2,201); }
div.DivClassName
{
background-color: #DF02C9;
}
.BgClassName
{
background-color: #DF02C9;
}
</style>
border-color css
<style>
span { border-color: #DF02C9; }
span { border-color: rgb(223,2,201); }
td.TdClassName
{
border-color: #DF02C9;
}
.TagClassName
{
border-color: #DF02C9;
}
</style>