#D41DD1

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

Shades of Deep Magenta #D41DD1

Tints of Deep Magenta #D41DD1

Color information

#D41DD1 (or 0xD41DD1) is unknown color: approx Deep Magenta. HEX triplet: D4, 1D and D1. RGB value is (212,29,209). Sum of RGB (Red+Green+Blue) = 212+29+209=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DD1 is #2BE22E. Grayscale: #676767. Windows color (decimal): -2875951 or 13704660. OLE color: 13704660.

HSL color Cylindrical-coordinate representation of color #D41DD1: hue angle of 300.98º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41DD1 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB21229209-
CMYK00.860.010.17
HSL300.98º75.93%47.25%-
HSV(B)300.98º86.32%83.14%-
XYZ39.119.4862.02-
YUV104.24187.13204.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 29 (11.72% from 255) = 6.44%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=47.11%
G=6.44%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122920900.860.010.17300.9875.9347.25
HexD41DD105611112d4c2f
Octal32435321012612145511457
Binary110101001110111010001010101101100011001011011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41DD1; }

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

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

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

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

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

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

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

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