#D401D2

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

Shades of Deep Magenta #D401D2

Tints of Deep Magenta #D401D2

Color information

#D401D2 (or 0xD401D2) is unknown color: approx Deep Magenta. HEX triplet: D4, 01 and D2. RGB value is (212,1,210). Sum of RGB (Red+Green+Blue) = 212+1+210=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D401D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D401D2 is #2BFE2D. Grayscale: #575757. Windows color (decimal): -2883118 or 13763028. OLE color: 13763028.

HSL color Cylindrical-coordinate representation of color #D401D2: hue angle of 300.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D401D2 is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB2121210-
CMYK01.000.010.17
HSL300.57º99.06%41.76%-
HSV(B)300.57º99.53%83.14%-
XYZ38.818.6762.53-
YUV87.92196.9216.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 210 (82.42% from 255) = 49.65%
R=50.12%
G=0.24%
B=49.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212121001.000.010.17300.5799.0641.76
HexD41D206411112d632a
Octal3241322014412145514352
Binary11010100111010010011001001100011001011011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D401D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D401D2; }

 p { color: rgb(212,1,210); }

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

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

 a { background-color: rgb(212,1,210); }

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

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

 span { border-color: rgb(212,1,210); }

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