#D420E4

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

Shades of Deep Magenta #D420E4

Tints of Deep Magenta #D420E4

Color information

#D420E4 (or 0xD420E4) is unknown color: approx Deep Magenta. HEX triplet: D4, 20 and E4. RGB value is (212,32,228). Sum of RGB (Red+Green+Blue) = 212+32+228=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #D420E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D420E4 is #2BDF1B. Grayscale: #6B6B6B. Windows color (decimal): -2875164 or 14950612. OLE color: 14950612.

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

Color convert

RGB21232228-
CMYK0.070.8600.11
HSL295.1º78.4%50.98%-
HSV(B)295.1º85.96%89.41%-
XYZ41.6720.6375.18-
YUV108.16195.63202.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 32 (12.89% from 255) = 6.78%
BLUE value IS 228 (89.45% from 255) = 48.31%
R=44.92%
G=6.78%
B=48.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212322280.070.8600.11295.178.450.98
HexD420E47560B1274e33
Octal32440344712601344711663
Binary11010100100000111001001111010110010111001001111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D420E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D420E4; }

 p { color: rgb(212,32,228); }

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

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

 a { background-color: rgb(212,32,228); }

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

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

 span { border-color: rgb(212,32,228); }

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