Html Css Color HEX #D420E4 Deep Magenta

📋 copy color: '#D420E4'

red 212 ◦ green 32 ◦ blue 228

#D420E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D420E4

Tints of Deep Magenta #D420E4

RGB

 RED value IS 212 (83.2% 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 value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D420E4 (or 0xD420E4) is known color: 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

RGB 212 32 228 -
CMYK 0.07 0.86 0 0.11
HSL 295.1º 0.78% 0.51% -
HSV(B) 295.1º 0.86% 0.89% -
XYZ 41.67 20.63 75.18 -
YUV 108.16 195.63 202.06 -
System Red Green Blue C M Y K H S L
Decimal 212 32 228 0.07 0.86 0 0.11 295.1 0.78 0.51
Hex D4 20 E4 7 56 0 B 127 4E 33
Octal 324 40 344 7 126 0 13 447 116 63
Binary 11010100 100000 11100100 111 1010110 0 1011 100100111 1001110 110011

Color Harmonies of #D420E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420E4

Black with #D420E4

Text Example


Text Example

White with #D420E4

Text Example


Text Example

HTML Codes & Css Web 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>