#D201D2

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

Shades of Deep Magenta #D201D2

Tints of Deep Magenta #D201D2

Color information

#D201D2 (or 0xD201D2) is unknown color: approx Deep Magenta. HEX triplet: D2, 01 and D2. RGB value is (210,1,210). Sum of RGB (Red+Green+Blue) = 210+1+210=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 210 (82.42% from 255 or 49.88% from 421); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D201D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201D2 is #2DFE2D. Grayscale: #565656. Windows color (decimal): -3014190 or 13763026. OLE color: 13763026.

HSL color Cylindrical-coordinate representation of color #D201D2: hue angle of 300º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201D2 is Cyan = 0, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2101210-
CMYK01.0000.18
HSL300º99.05%41.37%-
HSV(B)300º99.52%82.35%-
XYZ38.2218.3862.51-
YUV87.32197.24215.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 210 (82.42% from 255) = 49.88%
R=49.88%
G=0.24%
B=49.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210121001.0000.1830099.0541.37
HexD21D206401212c6329
Octal3221322014402245414351
Binary11010010111010010011001000100101001011001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D201D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D201D2; }

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

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

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

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

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

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

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

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