Html Css Color HEX #D21AE2 Deep Magenta

📋 copy color: '#D21AE2'

red 210 ◦ green 26 ◦ blue 226

#D21AE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D21AE2

Tints of Deep Magenta #D21AE2

RGB

 RED value IS 210 (82.42% from 255) = 45.45%

 GREEN value IS 26 (10.55% from 255) = 5.63%

 BLUE value IS 226 (88.67% from 255) = 48.92%

R = 45.45%
G = 5.63%
B = 48.92%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D21AE2 (or 0xD21AE2) is known color: Deep Magenta. HEX triplet: D2, 1A and E2. RGB value is (210,26,226). Sum of RGB (Red+Green+Blue) = 210+26+226=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #D21AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21AE2 is #2DE51D. Grayscale: #676767. Windows color (decimal): -3007774 or 14818002. OLE color: 14818002.

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

Color convert

RGB 210 26 226 -
CMYK 0.07 0.88 0 0.11
HSL 295.2º 0.79% 0.49% -
HSV(B) 295.2º 0.88% 0.89% -
XYZ 40.68 19.93 73.65 -
YUV 103.82 196.96 203.74 -
System Red Green Blue C M Y K H S L
Decimal 210 26 226 0.07 0.88 0 0.11 295.2 0.79 0.49
Hex D2 1A E2 7 58 0 B 127 4F 31
Octal 322 32 342 7 130 0 13 447 117 61
Binary 11010010 11010 11100010 111 1011000 0 1011 100100111 1001111 110001

Color Harmonies of #D21AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21AE2

Black with #D21AE2

Text Example


Text Example

White with #D21AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21AE2; }

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

 H1.HeaderClassName
 {
   color: #D21AE2;
 }
 .AnyTagClassName
 {
   color: #D21AE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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