Html Css Color HEX #D11ECC Deep Magenta

📋 copy color: '#D11ECC'

red 209 ◦ green 30 ◦ blue 204

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

Shades of Deep Magenta #D11ECC

Tints of Deep Magenta #D11ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 47.18%
G = 6.77%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D11ECC (or 0xD11ECC) is known color: Deep Magenta. HEX triplet: D1, 1E and CC. RGB value is (209,30,204). Sum of RGB (Red+Green+Blue) = 209+30+204=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ECC is #2EE133. Grayscale: #666666. Windows color (decimal): -3072308 or 13377233. OLE color: 13377233.

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

Color convert

RGB 209 30 204 -
CMYK 0 0.86 0.02 0.18
HSL 301.68º 0.75% 0.47% -
HSV(B) 301.68º 0.86% 0.82% -
XYZ 37.66 18.84 58.78 -
YUV 103.36 184.8 203.35 -
System Red Green Blue C M Y K H S L
Decimal 209 30 204 0 0.86 0.02 0.18 301.68 0.75 0.47
Hex D1 1E CC 0 56 2 12 12E 4B 2F
Octal 321 36 314 0 126 2 22 456 113 57
Binary 11010001 11110 11001100 0 1010110 10 10010 100101110 1001011 101111

Color Harmonies of #D11ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ECC

Black with #D11ECC

Text Example


Text Example

White with #D11ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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