Html Css Color HEX #D11EDC Deep Magenta

📋 copy color: '#D11EDC'

red 209 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #D11EDC

Tints of Deep Magenta #D11EDC

RGB

 RED value IS 209 (82.03% from 255) = 45.53%

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

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

R = 45.53%
G = 6.54%
B = 47.93%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D11EDC (or 0xD11EDC) is known color: Deep Magenta. HEX triplet: D1, 1E and DC. RGB value is (209,30,220). Sum of RGB (Red+Green+Blue) = 209+30+220=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #D11EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EDC is #2EE123. Grayscale: #686868. Windows color (decimal): -3072292 or 14425809. OLE color: 14425809.

HSL color Cylindrical-coordinate representation of color #D11EDC: hue angle of 296.53º 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 #D11EDC is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 30 220 -
CMYK 0.05 0.86 0 0.14
HSL 296.53º 0.76% 0.49% -
HSV(B) 296.53º 0.86% 0.86% -
XYZ 39.68 19.65 69.41 -
YUV 105.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 209 30 220 0.05 0.86 0 0.14 296.53 0.76 0.49
Hex D1 1E DC 5 56 0 E 129 4C 31
Octal 321 36 334 5 126 0 16 451 114 61
Binary 11010001 11110 11011100 101 1010110 0 1110 100101001 1001100 110001

Color Harmonies of #D11EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EDC

Black with #D11EDC

Text Example


Text Example

White with #D11EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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