#D504D9

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

Shades of Deep Magenta #D504D9

Tints of Deep Magenta #D504D9

Color information

#D504D9 (or 0xD504D9) is unknown color: approx Deep Magenta. HEX triplet: D5, 04 and D9. RGB value is (213,4,217). Sum of RGB (Red+Green+Blue) = 213+4+217=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #D504D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504D9 is #2AFB26. Grayscale: #5A5A5A. Windows color (decimal): -2816807 or 14222549. OLE color: 14222549.

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

Color convert

RGB2134217-
CMYK0.020.9800.15
HSL298.87º96.38%43.33%-
HSV(B)298.87º98.16%85.1%-
XYZ40.0119.2467.25-
YUV90.77199.24215.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 4 (1.95% from 255) = 0.92%
BLUE value IS 217 (85.16% from 255) = 50%
R=49.08%
G=0.92%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21342170.020.9800.15298.8796.3843.33
HexD54D92620F12b602b
Octal3254331214201745314053
Binary1101010110011011001101100010011111001010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D504D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D504D9; }

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

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

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

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

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

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

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

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