Html Css Color HEX #D31EDC Deep Magenta

📋 copy color: '#D31EDC'

red 211 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #D31EDC

Tints of Deep Magenta #D31EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 45.77%
G = 6.51%
B = 47.72%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D31EDC (or 0xD31EDC) is known color: Deep Magenta. HEX triplet: D3, 1E and DC. RGB value is (211,30,220). Sum of RGB (Red+Green+Blue) = 211+30+220=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #D31EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31EDC is #2CE123. Grayscale: #696969. Windows color (decimal): -2941220 or 14425811. OLE color: 14425811.

HSL color Cylindrical-coordinate representation of color #D31EDC: hue angle of 297.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31EDC is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 30 220 -
CMYK 0.04 0.86 0 0.14
HSL 297.16º 0.76% 0.49% -
HSV(B) 297.16º 0.86% 0.86% -
XYZ 40.25 19.94 69.44 -
YUV 105.78 192.47 203.05 -
System Red Green Blue C M Y K H S L
Decimal 211 30 220 0.04 0.86 0 0.14 297.16 0.76 0.49
Hex D3 1E DC 4 56 0 E 129 4C 31
Octal 323 36 334 4 126 0 16 451 114 61
Binary 11010011 11110 11011100 100 1010110 0 1110 100101001 1001100 110001

Color Harmonies of #D31EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EDC

Black with #D31EDC

Text Example


Text Example

White with #D31EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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