Shades of Deep Magenta #DF03CE
Tints of Deep Magenta #DF03CE
RGB
CMYK
RGB Variations
Color information
#DF03CE (or 0xDF03CE) is known color: Deep Magenta. HEX triplet: DF, 03 and CE. RGB value is (223,3,206). Sum of RGB (Red+Green+Blue) = 223+3+206=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03CE is #20FC31. Grayscale: #5B5B5B. Windows color (decimal): -2161714 or 13501407. OLE color: 13501407.
HSL color Cylindrical-coordinate representation of color #DF03CE: hue angle of 304.64º 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 #DF03CE is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.13 |
| HSL | 304.64º | 0.97% | 0.44% | - |
| HSV(B) | 304.64º | 0.99% | 0.87% | - |
| XYZ | 41.6 | 20.21 | 60.1 | - |
| YUV | 91.92 | 192.39 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 206 | 0 | 0.99 | 0.08 | 0.13 | 304.64 | 0.97 | 0.44 |
| Hex | DF | 3 | CE | 0 | 63 | 8 | D | 131 | 61 | 2C |
| Octal | 337 | 3 | 316 | 0 | 143 | 10 | 15 | 461 | 141 | 54 |
| Binary | 11011111 | 11 | 11001110 | 0 | 1100011 | 1000 | 1101 | 100110001 | 1100001 | 101100 |
Color Harmonies of #DF03CE
Complementary color
Monochromatic Colors of #DF03CE
Black with #DF03CE
Text Example
Text Example
White with #DF03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03CE; }
p { color: rgb(223,3,206); }
H1.HeaderClassName
{
color: #DF03CE;
}
.AnyTagClassName
{
color: #DF03CE;
}
</style>
background-color css
<style>
a { background-color: #DF03CE; }
a { background-color: rgb(223,3,206); }
div.DivClassName
{
background-color: #DF03CE;
}
.BgClassName
{
background-color: #DF03CE;
}
</style>
border-color css
<style>
span { border-color: #DF03CE; }
span { border-color: rgb(223,3,206); }
td.TdClassName
{
border-color: #DF03CE;
}
.TagClassName
{
border-color: #DF03CE;
}
</style>