#D404E0

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

Shades of Deep Magenta #D404E0

Tints of Deep Magenta #D404E0

Color information

#D404E0 (or 0xD404E0) is unknown color: approx Deep Magenta. HEX triplet: D4, 04 and E0. RGB value is (212,4,224). Sum of RGB (Red+Green+Blue) = 212+4+224=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #D404E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D404E0 is #2BFB1F. Grayscale: #5A5A5A. Windows color (decimal): -2882336 or 14681300. OLE color: 14681300.

HSL color Cylindrical-coordinate representation of color #D404E0: hue angle of 296.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D404E0 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2124224-
CMYK0.050.9800.12
HSL296.73º96.49%44.71%-
HSV(B)296.73º98.21%87.84%-
XYZ40.6519.4772.14-
YUV91.27202.91214.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 4 (1.95% from 255) = 0.91%
BLUE value IS 224 (87.89% from 255) = 50.91%
R=48.18%
G=0.91%
B=50.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21242240.050.9800.12296.7396.4944.71
HexD44E05620C129602d
Octal3244340514201445114055
Binary11010100100111000001011100010011001001010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D404E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D404E0; }

 p { color: rgb(212,4,224); }

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

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

 a { background-color: rgb(212,4,224); }

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

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

 span { border-color: rgb(212,4,224); }

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