#D418E5

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

Shades of Deep Magenta #D418E5

Tints of Deep Magenta #D418E5

Color information

#D418E5 (or 0xD418E5) is unknown color: approx Deep Magenta. HEX triplet: D4, 18 and E5. RGB value is (212,24,229). Sum of RGB (Red+Green+Blue) = 212+24+229=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #D418E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D418E5 is #2BE71A. Grayscale: #666666. Windows color (decimal): -2877211 or 15014100. OLE color: 15014100.

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

Color convert

RGB21224229-
CMYK0.070.9000.10
HSL295.02º81.03%49.61%-
HSV(B)295.02º89.52%89.8%-
XYZ41.6220.3175.85-
YUV103.58198.78205.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 24 (9.77% from 255) = 5.16%
BLUE value IS 229 (89.84% from 255) = 49.25%
R=45.59%
G=5.16%
B=49.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal212242290.070.9000.10295.0281.0349.61
HexD418E575A0A1275132
Octal32430345713201244712162
Binary1101010011000111001011111011010010101001001111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D418E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D418E5; }

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

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

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

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

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

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

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

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