#D124E0

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

Shades of Deep Magenta #D124E0

Tints of Deep Magenta #D124E0

Color information

#D124E0 (or 0xD124E0) is unknown color: approx Deep Magenta. HEX triplet: D1, 24 and E0. RGB value is (209,36,224). Sum of RGB (Red+Green+Blue) = 209+36+224=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #D124E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124E0 is #2EDB1F. Grayscale: #6C6C6C. Windows color (decimal): -3070752 or 14689489. OLE color: 14689489.

HSL color Cylindrical-coordinate representation of color #D124E0: hue angle of 295.21º 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 #D124E0 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20936224-
CMYK0.070.8400.12
HSL295.21º75.2%50.98%-
HSV(B)295.21º83.93%87.84%-
XYZ40.3820.272.29-
YUV109.16192.81199.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 36 (14.45% from 255) = 7.68%
BLUE value IS 224 (87.89% from 255) = 47.76%
R=44.56%
G=7.68%
B=47.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal209362240.070.8400.12295.2175.250.98
HexD124E07540C1274b33
Octal32144340712401444711363
Binary11010001100100111000001111010100011001001001111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D124E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D124E0; }

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

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

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

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

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

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

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

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