Shades of Deep Magenta #DF04CE
Tints of Deep Magenta #DF04CE
RGB
CMYK
RGB Variations
Color information
#DF04CE (or 0xDF04CE) is known color: Deep Magenta. HEX triplet: DF, 04 and CE. RGB value is (223,4,206). Sum of RGB (Red+Green+Blue) = 223+4+206=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04CE is #20FB31. Grayscale: #5B5B5B. Windows color (decimal): -2161458 or 13501663. OLE color: 13501663.
HSL color Cylindrical-coordinate representation of color #DF04CE: hue angle of 304.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04CE is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.13 |
| HSL | 304.66º | 0.96% | 0.45% | - |
| HSV(B) | 304.66º | 0.98% | 0.87% | - |
| XYZ | 41.62 | 20.23 | 60.1 | - |
| YUV | 92.51 | 192.05 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 206 | 0 | 0.98 | 0.08 | 0.13 | 304.66 | 0.96 | 0.45 |
| Hex | DF | 4 | CE | 0 | 62 | 8 | D | 131 | 60 | 2D |
| Octal | 337 | 4 | 316 | 0 | 142 | 10 | 15 | 461 | 140 | 55 |
| Binary | 11011111 | 100 | 11001110 | 0 | 1100010 | 1000 | 1101 | 100110001 | 1100000 | 101101 |
Color Harmonies of #DF04CE
Complementary color
Monochromatic Colors of #DF04CE
Black with #DF04CE
Text Example
Text Example
White with #DF04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04CE; }
p { color: rgb(223,4,206); }
H1.HeaderClassName
{
color: #DF04CE;
}
.AnyTagClassName
{
color: #DF04CE;
}
</style>
background-color css
<style>
a { background-color: #DF04CE; }
a { background-color: rgb(223,4,206); }
div.DivClassName
{
background-color: #DF04CE;
}
.BgClassName
{
background-color: #DF04CE;
}
</style>
border-color css
<style>
span { border-color: #DF04CE; }
span { border-color: rgb(223,4,206); }
td.TdClassName
{
border-color: #DF04CE;
}
.TagClassName
{
border-color: #DF04CE;
}
</style>