#D524D9

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

Shades of Deep Magenta #D524D9

Tints of Deep Magenta #D524D9

Color information

#D524D9 (or 0xD524D9) is unknown color: approx Deep Magenta. HEX triplet: D5, 24 and D9. RGB value is (213,36,217). Sum of RGB (Red+Green+Blue) = 213+36+217=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #D524D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524D9 is #2ADB26. Grayscale: #6D6D6D. Windows color (decimal): -2808615 or 14230741. OLE color: 14230741.

HSL color Cylindrical-coordinate representation of color #D524D9: hue angle of 298.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D524D9 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21336217-
CMYK0.020.8300.15
HSL298.67º71.54%49.61%-
HSV(B)298.67º83.41%85.1%-
XYZ40.620.4267.45-
YUV109.56188.64201.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 36 (14.45% from 255) = 7.73%
BLUE value IS 217 (85.16% from 255) = 46.57%
R=45.71%
G=7.73%
B=46.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213362170.020.8300.15298.6771.5449.61
HexD524D92530F12b4832
Octal32544331212301745311062
Binary1101010110010011011001101010011011111001010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D524D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D524D9; }

 p { color: rgb(213,36,217); }

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

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

 a { background-color: rgb(213,36,217); }

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

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

 span { border-color: rgb(213,36,217); }

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