Shades of Deep Magenta #D01FE6
Tints of Deep Magenta #D01FE6
RGB
CMYK
RGB Variations
Color information
#D01FE6 (or 0xD01FE6) is known color: Deep Magenta. HEX triplet: D0, 1F and E6. RGB value is (208,31,230). Sum of RGB (Red+Green+Blue) = 208+31+230=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #D01FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01FE6 is #2FE019. Grayscale: #696969. Windows color (decimal): -3137562 or 15081424. OLE color: 15081424.
HSL color Cylindrical-coordinate representation of color #D01FE6: hue angle of 293.37º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01FE6 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 31 | 230 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.10 |
| HSL | 293.37º | 0.8% | 0.51% | - |
| HSV(B) | 293.37º | 0.87% | 0.9% | - |
| XYZ | 40.79 | 20.1 | 76.59 | - |
| YUV | 106.61 | 197.64 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 230 | 0.10 | 0.87 | 0 | 0.10 | 293.37 | 0.8 | 0.51 |
| Hex | D0 | 1F | E6 | A | 57 | 0 | A | 125 | 50 | 33 |
| Octal | 320 | 37 | 346 | 12 | 127 | 0 | 12 | 445 | 120 | 63 |
| Binary | 11010000 | 11111 | 11100110 | 1010 | 1010111 | 0 | 1010 | 100100101 | 1010000 | 110011 |
Color Harmonies of #D01FE6
Complementary color
Monochromatic Colors of #D01FE6
Black with #D01FE6
Text Example
Text Example
White with #D01FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FE6; }
p { color: rgb(208,31,230); }
H1.HeaderClassName
{
color: #D01FE6;
}
.AnyTagClassName
{
color: #D01FE6;
}
</style>
background-color css
<style>
a { background-color: #D01FE6; }
a { background-color: rgb(208,31,230); }
div.DivClassName
{
background-color: #D01FE6;
}
.BgClassName
{
background-color: #D01FE6;
}
</style>
border-color css
<style>
span { border-color: #D01FE6; }
span { border-color: rgb(208,31,230); }
td.TdClassName
{
border-color: #D01FE6;
}
.TagClassName
{
border-color: #D01FE6;
}
</style>