#D50EE5

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

Shades of Deep Magenta #D50EE5

Tints of Deep Magenta #D50EE5

Color information

#D50EE5 (or 0xD50EE5) is unknown color: approx Deep Magenta. HEX triplet: D5, 0E and E5. RGB value is (213,14,229). Sum of RGB (Red+Green+Blue) = 213+14+229=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #D50EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EE5 is #2AF11A. Grayscale: #616161. Windows color (decimal): -2814235 or 15011541. OLE color: 15011541.

HSL color Cylindrical-coordinate representation of color #D50EE5: hue angle of 295.53º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EE5 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21314229-
CMYK0.070.9400.10
HSL295.53º88.48%47.65%-
HSV(B)295.53º93.89%89.8%-
XYZ41.7420.1275.81-
YUV98.01201.93210.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 14 (5.86% from 255) = 3.07%
BLUE value IS 229 (89.84% from 255) = 50.22%
R=46.71%
G=3.07%
B=50.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal213142290.070.9400.10295.5388.4847.65
HexD5EE575E0A1285830
Octal32516345713601245013060
Binary110101011110111001011111011110010101001010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50EE5; }

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

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

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

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

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

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

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

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