Html Css Color HEX #D41EE0 Deep Magenta

📋 copy color: '#D41EE0'

red 212 ◦ green 30 ◦ blue 224

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

Shades of Deep Magenta #D41EE0

Tints of Deep Magenta #D41EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 45.49%
G = 6.44%
B = 48.07%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D41EE0 (or 0xD41EE0) is known color: Deep Magenta. HEX triplet: D4, 1E and E0. RGB value is (212,30,224). Sum of RGB (Red+Green+Blue) = 212+30+224=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #D41EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41EE0 is #2BE11F. Grayscale: #696969. Windows color (decimal): -2875680 or 14687956. OLE color: 14687956.

HSL color Cylindrical-coordinate representation of color #D41EE0: hue angle of 296.29º 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 #D41EE0 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 30 224 -
CMYK 0.05 0.87 0 0.12
HSL 296.29º 0.76% 0.5% -
HSV(B) 296.29º 0.87% 0.88% -
XYZ 41.07 20.31 72.28 -
YUV 106.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 212 30 224 0.05 0.87 0 0.12 296.29 0.76 0.5
Hex D4 1E E0 5 57 0 C 128 4C 32
Octal 324 36 340 5 127 0 14 450 114 62
Binary 11010100 11110 11100000 101 1010111 0 1100 100101000 1001100 110010

Color Harmonies of #D41EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EE0

Black with #D41EE0

Text Example


Text Example

White with #D41EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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