Html Css Color HEX #D41DE0 Deep Magenta

📋 copy color: '#D41DE0'

red 212 ◦ green 29 ◦ blue 224

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

Shades of Deep Magenta #D41DE0

Tints of Deep Magenta #D41DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.24%

 BLUE value IS 224 (87.89% from 255) = 48.17%

R = 45.59%
G = 6.24%
B = 48.17%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D41DE0 (or 0xD41DE0) is known color: Deep Magenta. HEX triplet: D4, 1D and E0. RGB value is (212,29,224). Sum of RGB (Red+Green+Blue) = 212+29+224=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #D41DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DE0 is #2BE21F. Grayscale: #696969. Windows color (decimal): -2875936 or 14687700. OLE color: 14687700.

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

Color convert

RGB 212 29 224 -
CMYK 0.05 0.87 0 0.12
HSL 296.31º 0.77% 0.5% -
HSV(B) 296.31º 0.87% 0.88% -
XYZ 41.05 20.26 72.27 -
YUV 105.95 194.63 203.64 -
System Red Green Blue C M Y K H S L
Decimal 212 29 224 0.05 0.87 0 0.12 296.31 0.77 0.5
Hex D4 1D E0 5 57 0 C 128 4D 32
Octal 324 35 340 5 127 0 14 450 115 62
Binary 11010100 11101 11100000 101 1010111 0 1100 100101000 1001101 110010

Color Harmonies of #D41DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DE0

Black with #D41DE0

Text Example


Text Example

White with #D41DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DE0; }

 p { color: rgb(212,29,224); }

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

background-color css

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

 a { background-color: rgb(212,29,224); }

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

border-color css

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

 span { border-color: rgb(212,29,224); }

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