#D404D9

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

Shades of Deep Magenta #D404D9

Tints of Deep Magenta #D404D9

Color information

#D404D9 (or 0xD404D9) is unknown color: approx Deep Magenta. HEX triplet: D4, 04 and D9. RGB value is (212,4,217). Sum of RGB (Red+Green+Blue) = 212+4+217=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #D404D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D404D9 is #2BFB26. Grayscale: #595959. Windows color (decimal): -2882343 or 14222548. OLE color: 14222548.

HSL color Cylindrical-coordinate representation of color #D404D9: hue angle of 298.59º 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 #D404D9 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2124217-
CMYK0.020.9800.15
HSL298.59º96.38%43.33%-
HSV(B)298.59º98.16%85.1%-
XYZ39.7219.0967.24-
YUV90.47199.41214.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.96%
GREEN value IS 4 (1.95% from 255) = 0.92%
BLUE value IS 217 (85.16% from 255) = 50.12%
R=48.96%
G=0.92%
B=50.12%

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
Decimal21242170.020.9800.15298.5996.3843.33
HexD44D92620F12b602b
Octal3244331214201745314053
Binary1101010010011011001101100010011111001010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D404D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D404D9; }

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

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

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

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

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

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

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

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