#D40EE5

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

Shades of Deep Magenta #D40EE5

Tints of Deep Magenta #D40EE5

Color information

#D40EE5 (or 0xD40EE5) is unknown color: approx Deep Magenta. HEX triplet: D4, 0E and E5. RGB value is (212,14,229). Sum of RGB (Red+Green+Blue) = 212+14+229=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #D40EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EE5 is #2BF11A. Grayscale: #616161. Windows color (decimal): -2879771 or 15011540. OLE color: 15011540.

HSL color Cylindrical-coordinate representation of color #D40EE5: hue angle of 295.26º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40EE5 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21214229-
CMYK0.070.9400.10
HSL295.26º88.48%47.65%-
HSV(B)295.26º93.89%89.8%-
XYZ41.4519.9775.8-
YUV97.71202.1209.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 14 (5.86% from 255) = 3.08%
BLUE value IS 229 (89.84% from 255) = 50.33%
R=46.59%
G=3.08%
B=50.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal212142290.070.9400.10295.2688.4847.65
HexD4EE575E0A1275830
Octal32416345713601244713060
Binary110101001110111001011111011110010101001001111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40EE5; }

 p { color: rgb(212,14,229); }

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

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

 a { background-color: rgb(212,14,229); }

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

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

 span { border-color: rgb(212,14,229); }

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