#D220E4

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

Shades of Deep Magenta #D220E4

Tints of Deep Magenta #D220E4

Color information

#D220E4 (or 0xD220E4) is unknown color: approx Deep Magenta. HEX triplet: D2, 20 and E4. RGB value is (210,32,228). Sum of RGB (Red+Green+Blue) = 210+32+228=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #D220E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220E4 is #2DDF1B. Grayscale: #6A6A6A. Windows color (decimal): -3006236 or 14950610. OLE color: 14950610.

HSL color Cylindrical-coordinate representation of color #D220E4: hue angle of 294.49º degrees, saturation: 0.78, 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 #D220E4 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21032228-
CMYK0.080.8600.11
HSL294.49º78.4%50.98%-
HSV(B)294.49º85.96%89.41%-
XYZ41.120.3475.16-
YUV107.57195.97201.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 32 (12.89% from 255) = 6.81%
BLUE value IS 228 (89.45% from 255) = 48.51%
R=44.68%
G=6.81%
B=48.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210322280.080.8600.11294.4978.450.98
HexD220E48560B1264e33
Octal322403441012601344611663
Binary110100101000001110010010001010110010111001001101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D220E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D220E4; }

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

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

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

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

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

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

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

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