Html Css Color HEX #D421E1 Deep Magenta

📋 copy color: '#D421E1'

red 212 ◦ green 33 ◦ blue 225

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

Shades of Deep Magenta #D421E1

Tints of Deep Magenta #D421E1

RGB

 RED value IS 212 (83.2% from 255) = 45.11%

 GREEN value IS 33 (13.28% from 255) = 7.02%

 BLUE value IS 225 (88.28% from 255) = 47.87%

R = 45.11%
G = 7.02%
B = 47.87%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D421E1 (or 0xD421E1) is known color: Deep Magenta. HEX triplet: D4, 21 and E1. RGB value is (212,33,225). Sum of RGB (Red+Green+Blue) = 212+33+225=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #D421E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421E1 is #2BDE1E. Grayscale: #6B6B6B. Windows color (decimal): -2874911 or 14754260. OLE color: 14754260.

HSL color Cylindrical-coordinate representation of color #D421E1: hue angle of 295.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D421E1 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 33 225 -
CMYK 0.06 0.85 0 0.12
HSL 295.94º 0.76% 0.51% -
HSV(B) 295.94º 0.85% 0.88% -
XYZ 41.29 20.52 73.02 -
YUV 108.41 193.8 201.89 -
System Red Green Blue C M Y K H S L
Decimal 212 33 225 0.06 0.85 0 0.12 295.94 0.76 0.51
Hex D4 21 E1 6 55 0 C 128 4C 33
Octal 324 41 341 6 125 0 14 450 114 63
Binary 11010100 100001 11100001 110 1010101 0 1100 100101000 1001100 110011

Color Harmonies of #D421E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421E1

Black with #D421E1

Text Example


Text Example

White with #D421E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421E1; }

 p { color: rgb(212,33,225); }

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

background-color css

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

 a { background-color: rgb(212,33,225); }

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

border-color css

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

 span { border-color: rgb(212,33,225); }

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