#D401D1

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

Shades of Deep Magenta #D401D1

Tints of Deep Magenta #D401D1

Color information

#D401D1 (or 0xD401D1) is unknown color: approx Deep Magenta. HEX triplet: D4, 01 and D1. RGB value is (212,1,209). Sum of RGB (Red+Green+Blue) = 212+1+209=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D401D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D401D1 is #2BFE2E. Grayscale: #575757. Windows color (decimal): -2883119 or 13697492. OLE color: 13697492.

HSL color Cylindrical-coordinate representation of color #D401D1: hue angle of 300.85º 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 #D401D1 is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB2121209-
CMYK01.000.010.17
HSL300.85º99.06%41.76%-
HSV(B)300.85º99.53%83.14%-
XYZ38.6718.6261.88-
YUV87.8196.4216.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.24%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 209 (82.03% from 255) = 49.53%
R=50.24%
G=0.24%
B=49.53%

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
Decimal212120901.000.010.17300.8599.0641.76
HexD41D106411112d632a
Octal3241321014412145514352
Binary11010100111010001011001001100011001011011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D401D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D401D1; }

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

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

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

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

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

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

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

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