#D220E1

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

Shades of Deep Magenta #D220E1

Tints of Deep Magenta #D220E1

Color information

#D220E1 (or 0xD220E1) is unknown color: approx Deep Magenta. HEX triplet: D2, 20 and E1. RGB value is (210,32,225). Sum of RGB (Red+Green+Blue) = 210+32+225=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #D220E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220E1 is #2DDF1E. Grayscale: #6A6A6A. Windows color (decimal): -3006239 or 14754002. OLE color: 14754002.

HSL color Cylindrical-coordinate representation of color #D220E1: hue angle of 295.34º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D220E1 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21032225-
CMYK0.070.8600.12
HSL295.34º76.28%50.39%-
HSV(B)295.34º85.78%88.24%-
XYZ40.6920.1772.98-
YUV107.22194.47201.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 32 (12.89% from 255) = 6.85%
BLUE value IS 225 (88.28% from 255) = 48.18%
R=44.97%
G=6.85%
B=48.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210322250.070.8600.12295.3476.2850.39
HexD220E17560C1274c32
Octal32240341712601444711462
Binary11010010100000111000011111010110011001001001111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D220E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D220E1; }

 p { color: rgb(210,32,225); }

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

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

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

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

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

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

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