Html Css Color HEX #D41EB1 Deep Magenta

📋 copy color: '#D41EB1'

red 212 ◦ green 30 ◦ blue 177

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

Shades of Deep Magenta #D41EB1

Tints of Deep Magenta #D41EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 50.6%
G = 7.16%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D41EB1 (or 0xD41EB1) is known color: Deep Magenta. HEX triplet: D4, 1E and B1. RGB value is (212,30,177). Sum of RGB (Red+Green+Blue) = 212+30+177=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D41EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41EB1 is #2BE14E. Grayscale: #646464. Windows color (decimal): -2875727 or 11607764. OLE color: 11607764.

HSL color Cylindrical-coordinate representation of color #D41EB1: hue angle of 311.54º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41EB1 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 30 177 -
CMYK 0 0.86 0.17 0.17
HSL 311.54º 0.75% 0.47% -
HSV(B) 311.54º 0.86% 0.83% -
XYZ 35.55 18.1 43.21 -
YUV 101.18 170.8 207.05 -
System Red Green Blue C M Y K H S L
Decimal 212 30 177 0 0.86 0.17 0.17 311.54 0.75 0.47
Hex D4 1E B1 0 56 11 11 138 4B 2F
Octal 324 36 261 0 126 21 21 470 113 57
Binary 11010100 11110 10110001 0 1010110 10001 10001 100111000 1001011 101111

Color Harmonies of #D41EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EB1

Black with #D41EB1

Text Example


Text Example

White with #D41EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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