Shades of Deep Magenta #DF04CF
Tints of Deep Magenta #DF04CF
RGB
CMYK
RGB Variations
Color information
#DF04CF (or 0xDF04CF) is known color: Deep Magenta. HEX triplet: DF, 04 and CF. RGB value is (223,4,207). Sum of RGB (Red+Green+Blue) = 223+4+207=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04CF is #20FB30. Grayscale: #5C5C5C. Windows color (decimal): -2161457 or 13567199. OLE color: 13567199.
HSL color Cylindrical-coordinate representation of color #DF04CF: hue angle of 304.38º 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 #DF04CF is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.13 |
| HSL | 304.38º | 0.96% | 0.45% | - |
| HSV(B) | 304.38º | 0.98% | 0.87% | - |
| XYZ | 41.74 | 20.28 | 60.75 | - |
| YUV | 92.62 | 192.55 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 207 | 0 | 0.98 | 0.07 | 0.13 | 304.38 | 0.96 | 0.45 |
| Hex | DF | 4 | CF | 0 | 62 | 7 | D | 130 | 60 | 2D |
| Octal | 337 | 4 | 317 | 0 | 142 | 7 | 15 | 460 | 140 | 55 |
| Binary | 11011111 | 100 | 11001111 | 0 | 1100010 | 111 | 1101 | 100110000 | 1100000 | 101101 |
Color Harmonies of #DF04CF
Complementary color
Monochromatic Colors of #DF04CF
Black with #DF04CF
Text Example
Text Example
White with #DF04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04CF; }
p { color: rgb(223,4,207); }
H1.HeaderClassName
{
color: #DF04CF;
}
.AnyTagClassName
{
color: #DF04CF;
}
</style>
background-color css
<style>
a { background-color: #DF04CF; }
a { background-color: rgb(223,4,207); }
div.DivClassName
{
background-color: #DF04CF;
}
.BgClassName
{
background-color: #DF04CF;
}
</style>
border-color css
<style>
span { border-color: #DF04CF; }
span { border-color: rgb(223,4,207); }
td.TdClassName
{
border-color: #DF04CF;
}
.TagClassName
{
border-color: #DF04CF;
}
</style>