Shades of Deep Magenta #D010E0
Tints of Deep Magenta #D010E0
RGB
CMYK
RGB Variations
Color information
#D010E0 (or 0xD010E0) is known color: Deep Magenta. HEX triplet: D0, 10 and E0. RGB value is (208,16,224). Sum of RGB (Red+Green+Blue) = 208+16+224=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 16 (6.64% from 255 or 3.57% 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 #D010E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010E0 is #2FEF1F. Grayscale: #606060. Windows color (decimal): -3141408 or 14684368. OLE color: 14684368.
HSL color Cylindrical-coordinate representation of color #D010E0: hue angle of 295.38º 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 #D010E0 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 16 | 224 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.12 |
| HSL | 295.38º | 0.87% | 0.47% | - |
| HSV(B) | 295.38º | 0.93% | 0.88% | - |
| XYZ | 39.65 | 19.16 | 72.13 | - |
| YUV | 97.12 | 199.61 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 224 | 0.07 | 0.93 | 0 | 0.12 | 295.38 | 0.87 | 0.47 |
| Hex | D0 | 10 | E0 | 7 | 5D | 0 | C | 127 | 57 | 2F |
| Octal | 320 | 20 | 340 | 7 | 135 | 0 | 14 | 447 | 127 | 57 |
| Binary | 11010000 | 10000 | 11100000 | 111 | 1011101 | 0 | 1100 | 100100111 | 1010111 | 101111 |
Color Harmonies of #D010E0
Complementary color
Monochromatic Colors of #D010E0
Black with #D010E0
Text Example
Text Example
White with #D010E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010E0; }
p { color: rgb(208,16,224); }
H1.HeaderClassName
{
color: #D010E0;
}
.AnyTagClassName
{
color: #D010E0;
}
</style>
background-color css
<style>
a { background-color: #D010E0; }
a { background-color: rgb(208,16,224); }
div.DivClassName
{
background-color: #D010E0;
}
.BgClassName
{
background-color: #D010E0;
}
</style>
border-color css
<style>
span { border-color: #D010E0; }
span { border-color: rgb(208,16,224); }
td.TdClassName
{
border-color: #D010E0;
}
.TagClassName
{
border-color: #D010E0;
}
</style>