Shades of Deep Magenta #DF03C9
Tints of Deep Magenta #DF03C9
RGB
CMYK
RGB Variations
Color information
#DF03C9 (or 0xDF03C9) is known color: Deep Magenta. HEX triplet: DF, 03 and C9. RGB value is (223,3,201). Sum of RGB (Red+Green+Blue) = 223+3+201=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03C9 is #20FC36. Grayscale: #5A5A5A. Windows color (decimal): -2161719 or 13173727. OLE color: 13173727.
HSL color Cylindrical-coordinate representation of color #DF03C9: hue angle of 306º degrees, saturation: 0.97, 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 #DF03C9 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 201 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.13 |
| HSL | 306º | 0.97% | 0.44% | - |
| HSV(B) | 306º | 0.99% | 0.87% | - |
| XYZ | 41.01 | 19.97 | 56.95 | - |
| YUV | 91.35 | 189.89 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 201 | 0 | 0.99 | 0.10 | 0.13 | 306 | 0.97 | 0.44 |
| Hex | DF | 3 | C9 | 0 | 63 | A | D | 132 | 61 | 2C |
| Octal | 337 | 3 | 311 | 0 | 143 | 12 | 15 | 462 | 141 | 54 |
| Binary | 11011111 | 11 | 11001001 | 0 | 1100011 | 1010 | 1101 | 100110010 | 1100001 | 101100 |
Color Harmonies of #DF03C9
Complementary color
Monochromatic Colors of #DF03C9
Black with #DF03C9
Text Example
Text Example
White with #DF03C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03C9; }
p { color: rgb(223,3,201); }
H1.HeaderClassName
{
color: #DF03C9;
}
.AnyTagClassName
{
color: #DF03C9;
}
</style>
background-color css
<style>
a { background-color: #DF03C9; }
a { background-color: rgb(223,3,201); }
div.DivClassName
{
background-color: #DF03C9;
}
.BgClassName
{
background-color: #DF03C9;
}
</style>
border-color css
<style>
span { border-color: #DF03C9; }
span { border-color: rgb(223,3,201); }
td.TdClassName
{
border-color: #DF03C9;
}
.TagClassName
{
border-color: #DF03C9;
}
</style>