#D50EB0

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

Shades of Deep Magenta #D50EB0

Tints of Deep Magenta #D50EB0

Color information

#D50EB0 (or 0xD50EB0) is unknown color: approx Deep Magenta. HEX triplet: D5, 0E and B0. RGB value is (213,14,176). Sum of RGB (Red+Green+Blue) = 213+14+176=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50EB0 is #2AF14F. Grayscale: #5B5B5B. Windows color (decimal): -2814288 or 11538133. OLE color: 11538133.

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

Color convert

RGB21314176-
CMYK00.930.170.16
HSL311.16º87.67%44.51%-
HSV(B)311.16º93.43%83.53%-
XYZ35.4317.5942.6-
YUV91.97175.43214.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 14 (5.86% from 255) = 3.47%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=52.85%
G=3.47%
B=43.67%

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
Decimal2131417600.930.170.16311.1687.6744.51
HexD5EB005D1110137582d
Octal325162600135212046713055
Binary110101011110101100000101110110001100001001101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50EB0; }

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

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

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

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

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

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

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

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