Html Css Color HEX #D41FE1 Deep Magenta

📋 copy color: '#D41FE1'

red 212 ◦ green 31 ◦ blue 225

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

Shades of Deep Magenta #D41FE1

Tints of Deep Magenta #D41FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.08%

R = 45.3%
G = 6.62%
B = 48.08%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D41FE1 (or 0xD41FE1) is known color: Deep Magenta. HEX triplet: D4, 1F and E1. RGB value is (212,31,225). Sum of RGB (Red+Green+Blue) = 212+31+225=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #D41FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41FE1 is #2BE01E. Grayscale: #6A6A6A. Windows color (decimal): -2875423 or 14753748. OLE color: 14753748.

HSL color Cylindrical-coordinate representation of color #D41FE1: hue angle of 295.98º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41FE1 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 31 225 -
CMYK 0.06 0.86 0 0.12
HSL 295.98º 0.76% 0.5% -
HSV(B) 295.98º 0.86% 0.88% -
XYZ 41.23 20.41 73 -
YUV 107.24 194.47 202.73 -
System Red Green Blue C M Y K H S L
Decimal 212 31 225 0.06 0.86 0 0.12 295.98 0.76 0.5
Hex D4 1F E1 6 56 0 C 128 4C 32
Octal 324 37 341 6 126 0 14 450 114 62
Binary 11010100 11111 11100001 110 1010110 0 1100 100101000 1001100 110010

Color Harmonies of #D41FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41FE1

Black with #D41FE1

Text Example


Text Example

White with #D41FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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