Html Css Color HEX #D41AE3 Deep Magenta

📋 copy color: '#D41AE3'

red 212 ◦ green 26 ◦ blue 227

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

Shades of Deep Magenta #D41AE3

Tints of Deep Magenta #D41AE3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.59%

 BLUE value IS 227 (89.06% from 255) = 48.82%

R = 45.59%
G = 5.59%
B = 48.82%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D41AE3 (or 0xD41AE3) is known color: Deep Magenta. HEX triplet: D4, 1A and E3. RGB value is (212,26,227). Sum of RGB (Red+Green+Blue) = 212+26+227=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #D41AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AE3 is #2BE51C. Grayscale: #676767. Windows color (decimal): -2876701 or 14883540. OLE color: 14883540.

HSL color Cylindrical-coordinate representation of color #D41AE3: hue angle of 295.52º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41AE3 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 26 227 -
CMYK 0.07 0.89 0 0.11
HSL 295.52º 0.79% 0.5% -
HSV(B) 295.52º 0.89% 0.89% -
XYZ 41.39 20.28 74.41 -
YUV 104.53 197.12 204.66 -
System Red Green Blue C M Y K H S L
Decimal 212 26 227 0.07 0.89 0 0.11 295.52 0.79 0.5
Hex D4 1A E3 7 59 0 B 128 4F 32
Octal 324 32 343 7 131 0 13 450 117 62
Binary 11010100 11010 11100011 111 1011001 0 1011 100101000 1001111 110010

Color Harmonies of #D41AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41AE3

Black with #D41AE3

Text Example


Text Example

White with #D41AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41AE3; }

 p { color: rgb(212,26,227); }

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

background-color css

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

 a { background-color: rgb(212,26,227); }

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

border-color css

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

 span { border-color: rgb(212,26,227); }

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