Shades of Deep Magenta #D30FE1
Tints of Deep Magenta #D30FE1
RGB
CMYK
RGB Variations
Color information
#D30FE1 (or 0xD30FE1) is known color: Deep Magenta. HEX triplet: D3, 0F and E1. RGB value is (211,15,225). Sum of RGB (Red+Green+Blue) = 211+15+225=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #D30FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FE1 is #2CF01E. Grayscale: #606060. Windows color (decimal): -2945055 or 14749651. OLE color: 14749651.
HSL color Cylindrical-coordinate representation of color #D30FE1: hue angle of 296º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FE1 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 15 | 225 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.12 |
| HSL | 296º | 0.88% | 0.47% | - |
| HSV(B) | 296º | 0.93% | 0.88% | - |
| XYZ | 40.63 | 19.63 | 72.88 | - |
| YUV | 97.54 | 199.93 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 225 | 0.06 | 0.93 | 0 | 0.12 | 296 | 0.88 | 0.47 |
| Hex | D3 | F | E1 | 6 | 5D | 0 | C | 128 | 58 | 2F |
| Octal | 323 | 17 | 341 | 6 | 135 | 0 | 14 | 450 | 130 | 57 |
| Binary | 11010011 | 1111 | 11100001 | 110 | 1011101 | 0 | 1100 | 100101000 | 1011000 | 101111 |
Color Harmonies of #D30FE1
Complementary color
Monochromatic Colors of #D30FE1
Black with #D30FE1
Text Example
Text Example
White with #D30FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FE1; }
p { color: rgb(211,15,225); }
H1.HeaderClassName
{
color: #D30FE1;
}
.AnyTagClassName
{
color: #D30FE1;
}
</style>
background-color css
<style>
a { background-color: #D30FE1; }
a { background-color: rgb(211,15,225); }
div.DivClassName
{
background-color: #D30FE1;
}
.BgClassName
{
background-color: #D30FE1;
}
</style>
border-color css
<style>
span { border-color: #D30FE1; }
span { border-color: rgb(211,15,225); }
td.TdClassName
{
border-color: #D30FE1;
}
.TagClassName
{
border-color: #D30FE1;
}
</style>