#D704E4

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

Shades of Deep Magenta #D704E4

Tints of Deep Magenta #D704E4

Color information

#D704E4 (or 0xD704E4) is unknown color: approx Deep Magenta. HEX triplet: D7, 04 and E4. RGB value is (215,4,228). Sum of RGB (Red+Green+Blue) = 215+4+228=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 228 (89.45% from 255 or 51.01% from 447); Max value from RGB is 228 - color contains mainly: blue. Hex color #D704E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704E4 is #28FB1B. Grayscale: #5B5B5B. Windows color (decimal): -2685724 or 14943447. OLE color: 14943447.

HSL color Cylindrical-coordinate representation of color #D704E4: hue angle of 296.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D704E4 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2154228-
CMYK0.060.9800.11
HSL296.52º96.55%45.49%-
HSV(B)296.52º98.25%89.41%-
XYZ42.0720.1475.07-
YUV92.62204.4215.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 4 (1.95% from 255) = 0.89%
BLUE value IS 228 (89.45% from 255) = 51.01%
R=48.10%
G=0.89%
B=51.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal21542280.060.9800.11296.5296.5545.49
HexD74E46620B129612d
Octal3274344614201345114155
Binary11010111100111001001101100010010111001010011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D704E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D704E4; }

 p { color: rgb(215,4,228); }

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

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

 a { background-color: rgb(215,4,228); }

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

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

 span { border-color: rgb(215,4,228); }

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