#D50EB1

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

Shades of Deep Magenta #D50EB1

Tints of Deep Magenta #D50EB1

Color information

#D50EB1 (or 0xD50EB1) is unknown color: approx Deep Magenta. HEX triplet: D5, 0E and B1. RGB value is (213,14,177). Sum of RGB (Red+Green+Blue) = 213+14+177=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50EB1 is #2AF14E. Grayscale: #5B5B5B. Windows color (decimal): -2814287 or 11603669. OLE color: 11603669.

HSL color Cylindrical-coordinate representation of color #D50EB1: hue angle of 310.85º 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 #D50EB1 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB21314177-
CMYK00.930.170.16
HSL310.85º87.67%44.51%-
HSV(B)310.85º93.43%83.53%-
XYZ35.5317.6343.13-
YUV92.08175.93214.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 14 (5.86% from 255) = 3.47%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=52.72%
G=3.47%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131417700.930.170.16310.8587.6744.51
HexD5EB105D1110137582d
Octal325162610135212046713055
Binary110101011110101100010101110110001100001001101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50EB1; }

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

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

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

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

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

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

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

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