#D51EE5

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

Shades of Deep Magenta #D51EE5

Tints of Deep Magenta #D51EE5

Color information

#D51EE5 (or 0xD51EE5) is unknown color: approx Deep Magenta. HEX triplet: D5, 1E and E5. RGB value is (213,30,229). Sum of RGB (Red+Green+Blue) = 213+30+229=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #D51EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EE5 is #2AE11A. Grayscale: #6A6A6A. Windows color (decimal): -2810139 or 15015637. OLE color: 15015637.

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

Color convert

RGB21330229-
CMYK0.070.8700.10
HSL295.18º79.28%50.78%-
HSV(B)295.18º86.9%89.8%-
XYZ42.0520.7375.91-
YUV107.4196.63203.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 30 (12.11% from 255) = 6.36%
BLUE value IS 229 (89.84% from 255) = 48.52%
R=45.13%
G=6.36%
B=48.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal213302290.070.8700.10295.1879.2850.78
HexD51EE57570A1274f33
Octal32536345712701244711763
Binary1101010111110111001011111010111010101001001111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51EE5; }

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

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

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

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

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

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

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

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