#D01DE3

Color #D01DE3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D01DE3

Tints of Deep Magenta #D01DE3

Color information

#D01DE3 (or 0xD01DE3) is unknown color: approx Deep Magenta. HEX triplet: D0, 1D and E3. RGB value is (208,29,227). Sum of RGB (Red+Green+Blue) = 208+29+227=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #D01DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DE3 is #2FE21C. Grayscale: #686868. Windows color (decimal): -3138077 or 14884304. OLE color: 14884304.

HSL color Cylindrical-coordinate representation of color #D01DE3: hue angle of 294.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01DE3 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20829227-
CMYK0.080.8700.11
HSL294.24º77.95%50.2%-
HSV(B)294.24º87.22%89.02%-
XYZ40.3219.8374.38-
YUV105.09196.8201.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 29 (11.72% from 255) = 6.25%
BLUE value IS 227 (89.06% from 255) = 48.92%
R=44.83%
G=6.25%
B=48.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal208292270.080.8700.11294.2477.9550.2
HexD01DE38570B1264e32
Octal320353431012701344611662
Binary11010000111011110001110001010111010111001001101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01DE3; }

 p { color: rgb(208,29,227); }

 H1.HeaderClassName
 {
   color: #D01DE3;
 }
 .AnyTagClassName
 {
   color: #D01DE3;
 }
</style>
background-color css

<style>
 a { background-color: #D01DE3; }

 a { background-color: rgb(208,29,227); }

 div.DivClassName
 {
   background-color: #D01DE3;
 }
 .BgClassName
 {
   background-color: #D01DE3;
 }
</style>
border-color css

<style>
 span { border-color: #D01DE3; }

 span { border-color: rgb(208,29,227); }

 td.TdClassName
 {
   border-color: #D01DE3;
 }
 .TagClassName
 {
   border-color: #D01DE3;
 }
</style>