Html Css Color HEX #D40EE1 Deep Magenta

📋 copy color: '#D40EE1'

red 212 ◦ green 14 ◦ blue 225

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

Shades of Deep Magenta #D40EE1

Tints of Deep Magenta #D40EE1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.1%

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

R = 47.01%
G = 3.1%
B = 49.89%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D40EE1 (or 0xD40EE1) is known color: Deep Magenta. HEX triplet: D4, 0E and E1. RGB value is (212,14,225). Sum of RGB (Red+Green+Blue) = 212+14+225=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #D40EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EE1 is #2BF11E. Grayscale: #606060. Windows color (decimal): -2879775 or 14749396. OLE color: 14749396.

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

Color convert

RGB 212 14 225 -
CMYK 0.06 0.94 0 0.12
HSL 296.3º 0.88% 0.47% -
HSV(B) 296.3º 0.94% 0.88% -
XYZ 40.9 19.75 72.89 -
YUV 97.26 200.1 209.84 -
System Red Green Blue C M Y K H S L
Decimal 212 14 225 0.06 0.94 0 0.12 296.3 0.88 0.47
Hex D4 E E1 6 5E 0 C 128 58 2F
Octal 324 16 341 6 136 0 14 450 130 57
Binary 11010100 1110 11100001 110 1011110 0 1100 100101000 1011000 101111

Color Harmonies of #D40EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EE1

Black with #D40EE1

Text Example


Text Example

White with #D40EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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