#D624E0

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

Shades of Deep Magenta #D624E0

Tints of Deep Magenta #D624E0

Color information

#D624E0 (or 0xD624E0) is unknown color: approx Deep Magenta. HEX triplet: D6, 24 and E0. RGB value is (214,36,224). Sum of RGB (Red+Green+Blue) = 214+36+224=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #D624E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624E0 is #29DB1F. Grayscale: #6E6E6E. Windows color (decimal): -2743072 or 14689494. OLE color: 14689494.

HSL color Cylindrical-coordinate representation of color #D624E0: hue angle of 296.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D624E0 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21436224-
CMYK0.040.8400.12
HSL296.81º75.2%50.98%-
HSV(B)296.81º83.93%87.84%-
XYZ41.8220.9472.36-
YUV110.65191.97201.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 36 (14.45% from 255) = 7.59%
BLUE value IS 224 (87.89% from 255) = 47.26%
R=45.15%
G=7.59%
B=47.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214362240.040.8400.12296.8175.250.98
HexD624E04540C1294b33
Octal32644340412401445111363
Binary11010110100100111000001001010100011001001010011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D624E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D624E0; }

 p { color: rgb(214,36,224); }

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

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

 a { background-color: rgb(214,36,224); }

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

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

 span { border-color: rgb(214,36,224); }

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