#D40DE4

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

Shades of Deep Magenta #D40DE4

Tints of Deep Magenta #D40DE4

Color information

#D40DE4 (or 0xD40DE4) is unknown color: approx Deep Magenta. HEX triplet: D4, 0D and E4. RGB value is (212,13,228). Sum of RGB (Red+Green+Blue) = 212+13+228=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #D40DE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40DE4 is #2BF21B. Grayscale: #606060. Windows color (decimal): -2880028 or 14945748. OLE color: 14945748.

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

Color convert

RGB21213228-
CMYK0.070.9400.11
HSL295.53º89.21%47.25%-
HSV(B)295.53º94.3%89.41%-
XYZ41.319.8975.06-
YUV97.01201.93210.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 13 (5.47% from 255) = 2.87%
BLUE value IS 228 (89.45% from 255) = 50.33%
R=46.80%
G=2.87%
B=50.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212132280.070.9400.11295.5389.2147.25
HexD4DE475E0B128592f
Octal32415344713601345013157
Binary110101001101111001001111011110010111001010001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40DE4; }

 p { color: rgb(212,13,228); }

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

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

 a { background-color: rgb(212,13,228); }

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

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

 span { border-color: rgb(212,13,228); }

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