#D41DE2

Color #D41DE2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D41DE2

Tints of Deep Magenta #D41DE2

Color information

#D41DE2 (or 0xD41DE2) is unknown color: approx Deep Magenta. HEX triplet: D4, 1D and E2. RGB value is (212,29,226). Sum of RGB (Red+Green+Blue) = 212+29+226=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #D41DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DE2 is #2BE21D. Grayscale: #696969. Windows color (decimal): -2875934 or 14818772. OLE color: 14818772.

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

Color convert

RGB21229226-
CMYK0.060.8700.11
HSL295.74º77.25%50%-
HSV(B)295.74º87.17%88.63%-
XYZ41.3220.3773.7-
YUV106.18195.63203.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 29 (11.72% from 255) = 6.21%
BLUE value IS 226 (88.67% from 255) = 48.39%
R=45.40%
G=6.21%
B=48.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212292260.060.8700.11295.7477.2550
HexD41DE26570B1284d32
Octal32435342612701345011562
Binary1101010011101111000101101010111010111001010001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41DE2; }

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

 H1.HeaderClassName
 {
   color: #D41DE2;
 }
 .AnyTagClassName
 {
   color: #D41DE2;
 }
</style>
background-color css

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

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

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

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

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

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