#D50EB2

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

Shades of Deep Magenta #D50EB2

Tints of Deep Magenta #D50EB2

Color information

#D50EB2 (or 0xD50EB2) is unknown color: approx Deep Magenta. HEX triplet: D5, 0E and B2. RGB value is (213,14,178). Sum of RGB (Red+Green+Blue) = 213+14+178=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50EB2 is #2AF14D. Grayscale: #5B5B5B. Windows color (decimal): -2814286 or 11669205. OLE color: 11669205.

HSL color Cylindrical-coordinate representation of color #D50EB2: hue angle of 310.55º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50EB2 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB21314178-
CMYK00.930.160.16
HSL310.55º87.67%44.51%-
HSV(B)310.55º93.43%83.53%-
XYZ35.6317.6743.65-
YUV92.2176.43214.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 14 (5.86% from 255) = 3.46%
BLUE value IS 178 (69.92% from 255) = 43.95%
R=52.59%
G=3.46%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131417800.930.160.16310.5587.6744.51
HexD5EB205D1010137582d
Octal325162620135202046713055
Binary110101011110101100100101110110000100001001101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50EB2; }

 p { color: rgb(213,14,178); }

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

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

 a { background-color: rgb(213,14,178); }

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

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

 span { border-color: rgb(213,14,178); }

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