#D21AE3

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

Shades of Deep Magenta #D21AE3

Tints of Deep Magenta #D21AE3

Color information

#D21AE3 (or 0xD21AE3) is unknown color: approx Deep Magenta. HEX triplet: D2, 1A and E3. RGB value is (210,26,227). Sum of RGB (Red+Green+Blue) = 210+26+227=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: blue. Hex color #D21AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21AE3 is #2DE51C. Grayscale: #676767. Windows color (decimal): -3007773 or 14883538. OLE color: 14883538.

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

Color convert

RGB21026227-
CMYK0.070.8900.11
HSL294.93º79.45%49.61%-
HSV(B)294.93º88.55%89.02%-
XYZ40.8119.9974.38-
YUV103.93197.46203.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 26 (10.55% from 255) = 5.62%
BLUE value IS 227 (89.06% from 255) = 49.03%
R=45.36%
G=5.62%
B=49.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210262270.070.8900.11294.9379.4549.61
HexD21AE37590B1274f32
Octal32232343713101344711762
Binary1101001011010111000111111011001010111001001111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21AE3; }

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

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

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

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

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

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

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

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