Html Css Color HEX #D41ED8 Deep Magenta

📋 copy color: '#D41ED8'

red 212 ◦ green 30 ◦ blue 216

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

Shades of Deep Magenta #D41ED8

Tints of Deep Magenta #D41ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 46.29%
G = 6.55%
B = 47.16%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D41ED8 (or 0xD41ED8) is known color: Deep Magenta. HEX triplet: D4, 1E and D8. RGB value is (212,30,216). Sum of RGB (Red+Green+Blue) = 212+30+216=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #D41ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ED8 is #2BE127. Grayscale: #696969. Windows color (decimal): -2875688 or 14163668. OLE color: 14163668.

HSL color Cylindrical-coordinate representation of color #D41ED8: hue angle of 298.71º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41ED8 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 30 216 -
CMYK 0.02 0.86 0 0.15
HSL 298.71º 0.76% 0.48% -
HSV(B) 298.71º 0.86% 0.85% -
XYZ 40.01 19.88 66.69 -
YUV 105.62 190.3 203.88 -
System Red Green Blue C M Y K H S L
Decimal 212 30 216 0.02 0.86 0 0.15 298.71 0.76 0.48
Hex D4 1E D8 2 56 0 F 12B 4C 30
Octal 324 36 330 2 126 0 17 453 114 60
Binary 11010100 11110 11011000 10 1010110 0 1111 100101011 1001100 110000

Color Harmonies of #D41ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41ED8

Black with #D41ED8

Text Example


Text Example

White with #D41ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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