#D220E2

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

Shades of Deep Magenta #D220E2

Tints of Deep Magenta #D220E2

Color information

#D220E2 (or 0xD220E2) is unknown color: approx Deep Magenta. HEX triplet: D2, 20 and E2. RGB value is (210,32,226). Sum of RGB (Red+Green+Blue) = 210+32+226=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #D220E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220E2 is #2DDF1D. Grayscale: #6A6A6A. Windows color (decimal): -3006238 or 14819538. OLE color: 14819538.

HSL color Cylindrical-coordinate representation of color #D220E2: hue angle of 295.05º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D220E2 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21032226-
CMYK0.070.8600.11
HSL295.05º76.98%50.59%-
HSV(B)295.05º85.84%88.63%-
XYZ40.8220.2373.7-
YUV107.34194.97201.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.87%
GREEN value IS 32 (12.89% from 255) = 6.84%
BLUE value IS 226 (88.67% from 255) = 48.29%
R=44.87%
G=6.84%
B=48.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210322260.070.8600.11295.0576.9850.59
HexD220E27560B1274d33
Octal32240342712601344711563
Binary11010010100000111000101111010110010111001001111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D220E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D220E2; }

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

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

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

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

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

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

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

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