Html Css Color HEX #D412E0 Deep Magenta

📋 copy color: '#D412E0'

red 212 ◦ green 18 ◦ blue 224

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

Shades of Deep Magenta #D412E0

Tints of Deep Magenta #D412E0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.96%

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 46.7%
G = 3.96%
B = 49.34%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D412E0 (or 0xD412E0) is known color: Deep Magenta. HEX triplet: D4, 12 and E0. RGB value is (212,18,224). Sum of RGB (Red+Green+Blue) = 212+18+224=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #D412E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412E0 is #2BED1F. Grayscale: #626262. Windows color (decimal): -2878752 or 14684884. OLE color: 14684884.

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

Color convert

RGB 212 18 224 -
CMYK 0.05 0.92 0 0.12
HSL 296.5º 0.85% 0.47% -
HSV(B) 296.5º 0.92% 0.88% -
XYZ 40.82 19.81 72.19 -
YUV 99.49 198.27 208.25 -
System Red Green Blue C M Y K H S L
Decimal 212 18 224 0.05 0.92 0 0.12 296.5 0.85 0.47
Hex D4 12 E0 5 5C 0 C 129 55 2F
Octal 324 22 340 5 134 0 14 451 125 57
Binary 11010100 10010 11100000 101 1011100 0 1100 100101001 1010101 101111

Color Harmonies of #D412E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412E0

Black with #D412E0

Text Example


Text Example

White with #D412E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412E0; }

 p { color: rgb(212,18,224); }

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

background-color css

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

 a { background-color: rgb(212,18,224); }

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

border-color css

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

 span { border-color: rgb(212,18,224); }

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