Shades of Deep Magenta #D704DF
Tints of Deep Magenta #D704DF
RGB
CMYK
RGB Variations
Color information
#D704DF (or 0xD704DF) is known color: Deep Magenta. HEX triplet: D7, 04 and DF. RGB value is (215,4,223). Sum of RGB (Red+Green+Blue) = 215+4+223=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #D704DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704DF is #28FB20. Grayscale: #5B5B5B. Windows color (decimal): -2685729 or 14615767. OLE color: 14615767.
HSL color Cylindrical-coordinate representation of color #D704DF: hue angle of 297.81º 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 #D704DF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 4 | 223 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.13 |
| HSL | 297.81º | 0.96% | 0.45% | - |
| HSV(B) | 297.81º | 0.98% | 0.87% | - |
| XYZ | 41.39 | 19.86 | 71.46 | - |
| YUV | 92.06 | 201.9 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 223 | 0.04 | 0.98 | 0 | 0.13 | 297.81 | 0.96 | 0.45 |
| Hex | D7 | 4 | DF | 4 | 62 | 0 | D | 12A | 60 | 2D |
| Octal | 327 | 4 | 337 | 4 | 142 | 0 | 15 | 452 | 140 | 55 |
| Binary | 11010111 | 100 | 11011111 | 100 | 1100010 | 0 | 1101 | 100101010 | 1100000 | 101101 |
Color Harmonies of #D704DF
Complementary color
Monochromatic Colors of #D704DF
Black with #D704DF
Text Example
Text Example
White with #D704DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704DF; }
p { color: rgb(215,4,223); }
H1.HeaderClassName
{
color: #D704DF;
}
.AnyTagClassName
{
color: #D704DF;
}
</style>
background-color css
<style>
a { background-color: #D704DF; }
a { background-color: rgb(215,4,223); }
div.DivClassName
{
background-color: #D704DF;
}
.BgClassName
{
background-color: #D704DF;
}
</style>
border-color css
<style>
span { border-color: #D704DF; }
span { border-color: rgb(215,4,223); }
td.TdClassName
{
border-color: #D704DF;
}
.TagClassName
{
border-color: #D704DF;
}
</style>