#D222E3

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

Shades of Deep Magenta #D222E3

Tints of Deep Magenta #D222E3

Color information

#D222E3 (or 0xD222E3) is unknown color: approx Deep Magenta. HEX triplet: D2, 22 and E3. RGB value is (210,34,227). Sum of RGB (Red+Green+Blue) = 210+34+227=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 227 - color contains mainly: blue. Hex color #D222E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D222E3 is #2DDD1C. Grayscale: #6C6C6C. Windows color (decimal): -3005725 or 14885586. OLE color: 14885586.

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

Color convert

RGB21034227-
CMYK0.070.8500.11
HSL294.72º77.51%51.18%-
HSV(B)294.72º85.02%89.02%-
XYZ41.0220.3974.45-
YUV108.63194.81200.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 34 (13.67% from 255) = 7.22%
BLUE value IS 227 (89.06% from 255) = 48.20%
R=44.59%
G=7.22%
B=48.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210342270.070.8500.11294.7277.5151.18
HexD222E37550B1274e33
Octal32242343712501344711663
Binary11010010100010111000111111010101010111001001111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D222E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D222E3; }

 p { color: rgb(210,34,227); }

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

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

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

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

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

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

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