Shades of Deep Magenta #D10FE0
Tints of Deep Magenta #D10FE0
RGB
CMYK
RGB Variations
Color information
#D10FE0 (or 0xD10FE0) is known color: Deep Magenta. HEX triplet: D1, 0F and E0. RGB value is (209,15,224). Sum of RGB (Red+Green+Blue) = 209+15+224=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #D10FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FE0 is #2EF01F. Grayscale: #606060. Windows color (decimal): -3076128 or 14684113. OLE color: 14684113.
HSL color Cylindrical-coordinate representation of color #D10FE0: hue angle of 295.69º degrees, saturation: 0.87, 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 #D10FE0 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 15 | 224 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.12 |
| HSL | 295.69º | 0.87% | 0.47% | - |
| HSV(B) | 295.69º | 0.93% | 0.88% | - |
| XYZ | 39.92 | 19.28 | 72.14 | - |
| YUV | 96.83 | 199.77 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 224 | 0.07 | 0.93 | 0 | 0.12 | 295.69 | 0.87 | 0.47 |
| Hex | D1 | F | E0 | 7 | 5D | 0 | C | 128 | 57 | 2F |
| Octal | 321 | 17 | 340 | 7 | 135 | 0 | 14 | 450 | 127 | 57 |
| Binary | 11010001 | 1111 | 11100000 | 111 | 1011101 | 0 | 1100 | 100101000 | 1010111 | 101111 |
Color Harmonies of #D10FE0
Complementary color
Monochromatic Colors of #D10FE0
Black with #D10FE0
Text Example
Text Example
White with #D10FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FE0; }
p { color: rgb(209,15,224); }
H1.HeaderClassName
{
color: #D10FE0;
}
.AnyTagClassName
{
color: #D10FE0;
}
</style>
background-color css
<style>
a { background-color: #D10FE0; }
a { background-color: rgb(209,15,224); }
div.DivClassName
{
background-color: #D10FE0;
}
.BgClassName
{
background-color: #D10FE0;
}
</style>
border-color css
<style>
span { border-color: #D10FE0; }
span { border-color: rgb(209,15,224); }
td.TdClassName
{
border-color: #D10FE0;
}
.TagClassName
{
border-color: #D10FE0;
}
</style>