Html Css Color HEX #D41EDF Deep Magenta

📋 copy color: '#D41EDF'

red 212 ◦ green 30 ◦ blue 223

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

Shades of Deep Magenta #D41EDF

Tints of Deep Magenta #D41EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 45.59%
G = 6.45%
B = 47.96%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D41EDF (or 0xD41EDF) is known color: Deep Magenta. HEX triplet: D4, 1E and DF. RGB value is (212,30,223). Sum of RGB (Red+Green+Blue) = 212+30+223=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #D41EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41EDF is #2BE120. Grayscale: #696969. Windows color (decimal): -2875681 or 14622420. OLE color: 14622420.

HSL color Cylindrical-coordinate representation of color #D41EDF: hue angle of 296.58º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41EDF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 30 223 -
CMYK 0.05 0.87 0 0.13
HSL 296.58º 0.76% 0.5% -
HSV(B) 296.58º 0.87% 0.87% -
XYZ 40.93 20.25 71.56 -
YUV 106.42 193.8 203.31 -
System Red Green Blue C M Y K H S L
Decimal 212 30 223 0.05 0.87 0 0.13 296.58 0.76 0.5
Hex D4 1E DF 5 57 0 D 129 4C 32
Octal 324 36 337 5 127 0 15 451 114 62
Binary 11010100 11110 11011111 101 1010111 0 1101 100101001 1001100 110010

Color Harmonies of #D41EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EDF

Black with #D41EDF

Text Example


Text Example

White with #D41EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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