#D21DE2

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

Shades of Deep Magenta #D21DE2

Tints of Deep Magenta #D21DE2

Color information

#D21DE2 (or 0xD21DE2) is unknown color: approx Deep Magenta. HEX triplet: D2, 1D and E2. RGB value is (210,29,226). Sum of RGB (Red+Green+Blue) = 210+29+226=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #D21DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DE2 is #2DE21D. Grayscale: #686868. Windows color (decimal): -3007006 or 14818770. OLE color: 14818770.

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

Color convert

RGB21029226-
CMYK0.070.8700.11
HSL295.13º77.25%50%-
HSV(B)295.13º87.17%88.63%-
XYZ40.7520.0773.68-
YUV105.58195.97202.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 29 (11.72% from 255) = 6.24%
BLUE value IS 226 (88.67% from 255) = 48.60%
R=45.16%
G=6.24%
B=48.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210292260.070.8700.11295.1377.2550
HexD21DE27570B1274d32
Octal32235342712701344711562
Binary1101001011101111000101111010111010111001001111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21DE2; }

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

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

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

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

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

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

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

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