#D11EB1

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

Shades of Deep Magenta #D11EB1

Tints of Deep Magenta #D11EB1

Color information

#D11EB1 (or 0xD11EB1) is unknown color: approx Deep Magenta. HEX triplet: D1, 1E and B1. RGB value is (209,30,177). Sum of RGB (Red+Green+Blue) = 209+30+177=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11EB1 is #2EE14E. Grayscale: #636363. Windows color (decimal): -3072335 or 11607761. OLE color: 11607761.

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

Color convert

RGB20930177-
CMYK00.860.150.18
HSL310.73º74.9%46.86%-
HSV(B)310.73º85.65%81.96%-
XYZ34.6917.6643.17-
YUV100.28171.3205.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 30 (12.11% from 255) = 7.21%
BLUE value IS 177 (69.53% from 255) = 42.55%
R=50.24%
G=7.21%
B=42.55%

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
Decimal2093017700.860.150.18310.7374.946.86
HexD11EB1056F121374b2f
Octal321362610126172246711357
Binary110100011111010110001010101101111100101001101111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11EB1; }

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

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

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

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

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

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

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

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