Html Css Color HEX #D31EE4 Deep Magenta

📋 copy color: '#D31EE4'

red 211 ◦ green 30 ◦ blue 228

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

Shades of Deep Magenta #D31EE4

Tints of Deep Magenta #D31EE4

RGB

 RED value IS 211 (82.81% from 255) = 44.99%

 GREEN value IS 30 (12.11% from 255) = 6.4%

 BLUE value IS 228 (89.45% from 255) = 48.61%

R = 44.99%
G = 6.4%
B = 48.61%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D31EE4 (or 0xD31EE4) is known color: Deep Magenta. HEX triplet: D3, 1E and E4. RGB value is (211,30,228). Sum of RGB (Red+Green+Blue) = 211+30+228=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #D31EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31EE4 is #2CE11B. Grayscale: #6A6A6A. Windows color (decimal): -2941212 or 14950099. OLE color: 14950099.

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

Color convert

RGB 211 30 228 -
CMYK 0.07 0.87 0 0.11
HSL 294.85º 0.79% 0.51% -
HSV(B) 294.85º 0.87% 0.89% -
XYZ 41.33 20.38 75.15 -
YUV 106.69 196.47 202.4 -
System Red Green Blue C M Y K H S L
Decimal 211 30 228 0.07 0.87 0 0.11 294.85 0.79 0.51
Hex D3 1E E4 7 57 0 B 127 4F 33
Octal 323 36 344 7 127 0 13 447 117 63
Binary 11010011 11110 11100100 111 1010111 0 1011 100100111 1001111 110011

Color Harmonies of #D31EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EE4

Black with #D31EE4

Text Example


Text Example

White with #D31EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EE4; }

 p { color: rgb(211,30,228); }

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

background-color css

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

 a { background-color: rgb(211,30,228); }

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

border-color css

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

 span { border-color: rgb(211,30,228); }

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