Html Css Color HEX #D41FE4 Deep Magenta

📋 copy color: '#D41FE4'

red 212 ◦ green 31 ◦ blue 228

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

Shades of Deep Magenta #D41FE4

Tints of Deep Magenta #D41FE4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.58%

 BLUE value IS 228 (89.45% from 255) = 48.41%

R = 45.01%
G = 6.58%
B = 48.41%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D41FE4 (or 0xD41FE4) is known color: Deep Magenta. HEX triplet: D4, 1F and E4. RGB value is (212,31,228). Sum of RGB (Red+Green+Blue) = 212+31+228=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #D41FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41FE4 is #2BE01B. Grayscale: #6A6A6A. Windows color (decimal): -2875420 or 14950356. OLE color: 14950356.

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

Color convert

RGB 212 31 228 -
CMYK 0.07 0.86 0 0.11
HSL 295.13º 0.78% 0.51% -
HSV(B) 295.13º 0.86% 0.89% -
XYZ 41.64 20.58 75.18 -
YUV 107.58 195.97 202.48 -
System Red Green Blue C M Y K H S L
Decimal 212 31 228 0.07 0.86 0 0.11 295.13 0.78 0.51
Hex D4 1F E4 7 56 0 B 127 4E 33
Octal 324 37 344 7 126 0 13 447 116 63
Binary 11010100 11111 11100100 111 1010110 0 1011 100100111 1001110 110011

Color Harmonies of #D41FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41FE4

Black with #D41FE4

Text Example


Text Example

White with #D41FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41FE4; }

 p { color: rgb(212,31,228); }

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

background-color css

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

 a { background-color: rgb(212,31,228); }

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

border-color css

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

 span { border-color: rgb(212,31,228); }

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