Html Css Color HEX #D41EDE Deep Magenta

📋 copy color: '#D41EDE'

red 212 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #D41EDE

Tints of Deep Magenta #D41EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 45.69%
G = 6.47%
B = 47.84%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D41EDE (or 0xD41EDE) is known color: Deep Magenta. HEX triplet: D4, 1E and DE. RGB value is (212,30,222). Sum of RGB (Red+Green+Blue) = 212+30+222=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #D41EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41EDE is #2BE121. Grayscale: #696969. Windows color (decimal): -2875682 or 14556884. OLE color: 14556884.

HSL color Cylindrical-coordinate representation of color #D41EDE: hue angle of 296.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41EDE is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 30 222 -
CMYK 0.05 0.86 0 0.13
HSL 296.88º 0.76% 0.49% -
HSV(B) 296.88º 0.86% 0.87% -
XYZ 40.8 20.2 70.86 -
YUV 106.31 193.3 203.39 -
System Red Green Blue C M Y K H S L
Decimal 212 30 222 0.05 0.86 0 0.13 296.88 0.76 0.49
Hex D4 1E DE 5 56 0 D 129 4C 31
Octal 324 36 336 5 126 0 15 451 114 61
Binary 11010100 11110 11011110 101 1010110 0 1101 100101001 1001100 110001

Color Harmonies of #D41EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EDE

Black with #D41EDE

Text Example


Text Example

White with #D41EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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