Html Css Color HEX #D41EDC Deep Magenta

📋 copy color: '#D41EDC'

red 212 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #D41EDC

Tints of Deep Magenta #D41EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 45.89%
G = 6.49%
B = 47.62%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D41EDC (or 0xD41EDC) is known color: Deep Magenta. HEX triplet: D4, 1E and DC. RGB value is (212,30,220). Sum of RGB (Red+Green+Blue) = 212+30+220=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #D41EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41EDC is #2BE123. Grayscale: #696969. Windows color (decimal): -2875684 or 14425812. OLE color: 14425812.

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

Color convert

RGB 212 30 220 -
CMYK 0.04 0.86 0 0.14
HSL 297.47º 0.76% 0.49% -
HSV(B) 297.47º 0.86% 0.86% -
XYZ 40.53 20.09 69.45 -
YUV 106.08 192.3 203.55 -
System Red Green Blue C M Y K H S L
Decimal 212 30 220 0.04 0.86 0 0.14 297.47 0.76 0.49
Hex D4 1E DC 4 56 0 E 129 4C 31
Octal 324 36 334 4 126 0 16 451 114 61
Binary 11010100 11110 11011100 100 1010110 0 1110 100101001 1001100 110001

Color Harmonies of #D41EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EDC

Black with #D41EDC

Text Example


Text Example

White with #D41EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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