Html Css Color HEX #D31ECE Deep Magenta

📋 copy color: '#D31ECE'

red 211 ◦ green 30 ◦ blue 206

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

Shades of Deep Magenta #D31ECE

Tints of Deep Magenta #D31ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 47.2%
G = 6.71%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D31ECE (or 0xD31ECE) is known color: Deep Magenta. HEX triplet: D3, 1E and CE. RGB value is (211,30,206). Sum of RGB (Red+Green+Blue) = 211+30+206=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D31ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ECE is #2CE131. Grayscale: #676767. Windows color (decimal): -2941234 or 13508307. OLE color: 13508307.

HSL color Cylindrical-coordinate representation of color #D31ECE: hue angle of 301.66º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31ECE is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 30 206 -
CMYK 0 0.86 0.02 0.17
HSL 301.66º 0.75% 0.47% -
HSV(B) 301.66º 0.86% 0.83% -
XYZ 38.47 19.23 60.08 -
YUV 104.18 185.47 204.19 -
System Red Green Blue C M Y K H S L
Decimal 211 30 206 0 0.86 0.02 0.17 301.66 0.75 0.47
Hex D3 1E CE 0 56 2 11 12E 4B 2F
Octal 323 36 316 0 126 2 21 456 113 57
Binary 11010011 11110 11001110 0 1010110 10 10001 100101110 1001011 101111

Color Harmonies of #D31ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ECE

Black with #D31ECE

Text Example


Text Example

White with #D31ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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