Html Css Color HEX #D41EE1 Deep Magenta

📋 copy color: '#D41EE1'

red 212 ◦ green 30 ◦ blue 225

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

Shades of Deep Magenta #D41EE1

Tints of Deep Magenta #D41EE1

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

 GREEN value IS 30 (12.11% from 255) = 6.42%

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 45.4%
G = 6.42%
B = 48.18%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D41EE1 (or 0xD41EE1) is known color: Deep Magenta. HEX triplet: D4, 1E and E1. RGB value is (212,30,225). Sum of RGB (Red+Green+Blue) = 212+30+225=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #D41EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41EE1 is #2BE11E. Grayscale: #6A6A6A. Windows color (decimal): -2875679 or 14753492. OLE color: 14753492.

HSL color Cylindrical-coordinate representation of color #D41EE1: hue angle of 296º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41EE1 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 30 225 -
CMYK 0.06 0.87 0 0.12
HSL 296º 0.76% 0.5% -
HSV(B) 296º 0.87% 0.88% -
XYZ 41.21 20.36 72.99 -
YUV 106.65 194.8 203.14 -
System Red Green Blue C M Y K H S L
Decimal 212 30 225 0.06 0.87 0 0.12 296 0.76 0.5
Hex D4 1E E1 6 57 0 C 128 4C 32
Octal 324 36 341 6 127 0 14 450 114 62
Binary 11010100 11110 11100001 110 1010111 0 1100 100101000 1001100 110010

Color Harmonies of #D41EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EE1

Black with #D41EE1

Text Example


Text Example

White with #D41EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EE1; }

 p { color: rgb(212,30,225); }

 H1.HeaderClassName
 {
   color: #D41EE1;
 }
 .AnyTagClassName
 {
   color: #D41EE1;
 }
</style>

background-color css

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

 a { background-color: rgb(212,30,225); }

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

border-color css

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

 span { border-color: rgb(212,30,225); }

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