#D415E5

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

Shades of Deep Magenta #D415E5

Tints of Deep Magenta #D415E5

Color information

#D415E5 (or 0xD415E5) is unknown color: approx Deep Magenta. HEX triplet: D4, 15 and E5. RGB value is (212,21,229). Sum of RGB (Red+Green+Blue) = 212+21+229=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #D415E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415E5 is #2BEA1A. Grayscale: #656565. Windows color (decimal): -2877979 or 15013332. OLE color: 15013332.

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

Color convert

RGB21221229-
CMYK0.070.9100.10
HSL295.1º83.2%49.02%-
HSV(B)295.1º90.83%89.8%-
XYZ41.5620.1975.84-
YUV101.82199.78206.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 21 (8.59% from 255) = 4.55%
BLUE value IS 229 (89.84% from 255) = 49.57%
R=45.89%
G=4.55%
B=49.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal212212290.070.9100.10295.183.249.02
HexD415E575B0A1275331
Octal32425345713301244712361
Binary1101010010101111001011111011011010101001001111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D415E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D415E5; }

 p { color: rgb(212,21,229); }

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

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

 a { background-color: rgb(212,21,229); }

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

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

 span { border-color: rgb(212,21,229); }

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