#D41DDE

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

Shades of Deep Magenta #D41DDE

Tints of Deep Magenta #D41DDE

Color information

#D41DDE (or 0xD41DDE) is unknown color: approx Deep Magenta. HEX triplet: D4, 1D and DE. RGB value is (212,29,222). Sum of RGB (Red+Green+Blue) = 212+29+222=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #D41DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DDE is #2BE221. Grayscale: #696969. Windows color (decimal): -2875938 or 14556628. OLE color: 14556628.

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

Color convert

RGB21229222-
CMYK0.050.8700.13
HSL296.89º76.89%49.22%-
HSV(B)296.89º86.94%87.06%-
XYZ40.7820.1570.85-
YUV105.72193.63203.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.79%
GREEN value IS 29 (11.72% from 255) = 6.26%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=45.79%
G=6.26%
B=47.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212292220.050.8700.13296.8976.8949.22
HexD41DDE5570D1294d31
Octal32435336512701545111561
Binary1101010011101110111101011010111011011001010011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41DDE; }

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

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

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

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

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

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

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

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