#D11EB2

Color #D11EB2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D11EB2

Tints of Deep Magenta #D11EB2

Color information

#D11EB2 (or 0xD11EB2) is unknown color: approx Deep Magenta. HEX triplet: D1, 1E and B2. RGB value is (209,30,178). Sum of RGB (Red+Green+Blue) = 209+30+178=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11EB2 is #2EE14D. Grayscale: #636363. Windows color (decimal): -3072334 or 11673297. OLE color: 11673297.

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

Color convert

RGB20930178-
CMYK00.860.150.18
HSL310.39º74.9%46.86%-
HSV(B)310.39º85.65%81.96%-
XYZ34.7917.743.7-
YUV100.39171.8205.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 30 (12.11% from 255) = 7.19%
BLUE value IS 178 (69.92% from 255) = 42.69%
R=50.12%
G=7.19%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093017800.860.150.18310.3974.946.86
HexD11EB2056F121364b2f
Octal321362620126172246611357
Binary110100011111010110010010101101111100101001101101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11EB2; }

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

 H1.HeaderClassName
 {
   color: #D11EB2;
 }
 .AnyTagClassName
 {
   color: #D11EB2;
 }
</style>
background-color css

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

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

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

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

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

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