#D424E3

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

Shades of Deep Magenta #D424E3

Tints of Deep Magenta #D424E3

Color information

#D424E3 (or 0xD424E3) is unknown color: approx Deep Magenta. HEX triplet: D4, 24 and E3. RGB value is (212,36,227). Sum of RGB (Red+Green+Blue) = 212+36+227=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 227 - color contains mainly: blue. Hex color #D424E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424E3 is #2BDB1C. Grayscale: #6D6D6D. Windows color (decimal): -2874141 or 14886100. OLE color: 14886100.

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

Color convert

RGB21236227-
CMYK0.070.8400.11
HSL295.29º77.33%51.57%-
HSV(B)295.29º84.14%89.02%-
XYZ41.6520.874.49-
YUV110.4193.81200.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 36 (14.45% from 255) = 7.58%
BLUE value IS 227 (89.06% from 255) = 47.79%
R=44.63%
G=7.58%
B=47.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212362270.070.8400.11295.2977.3351.57
HexD424E37540B1274d34
Octal32444343712401344711564
Binary11010100100100111000111111010100010111001001111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D424E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D424E3; }

 p { color: rgb(212,36,227); }

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

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

 a { background-color: rgb(212,36,227); }

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

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

 span { border-color: rgb(212,36,227); }

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