#D70EC5

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

Shades of Deep Magenta #D70EC5

Tints of Deep Magenta #D70EC5

Color information

#D70EC5 (or 0xD70EC5) is unknown color: approx Deep Magenta. HEX triplet: D7, 0E and C5. RGB value is (215,14,197). Sum of RGB (Red+Green+Blue) = 215+14+197=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D70EC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EC5 is #28F13A. Grayscale: #5E5E5E. Windows color (decimal): -2683195 or 12914391. OLE color: 12914391.

HSL color Cylindrical-coordinate representation of color #D70EC5: hue angle of 305.37º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70EC5 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21514197-
CMYK00.930.080.16
HSL305.37º87.77%44.9%-
HSV(B)305.37º93.49%84.31%-
XYZ38.2618.7954.43-
YUV94.96185.59213.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.47%
GREEN value IS 14 (5.86% from 255) = 3.29%
BLUE value IS 197 (77.34% from 255) = 46.24%
R=50.47%
G=3.29%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151419700.930.080.16305.3787.7744.9
HexD7EC505D810131582d
Octal327163050135102046113055
Binary11010111111011000101010111011000100001001100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70EC5; }

 p { color: rgb(215,14,197); }

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

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

 a { background-color: rgb(215,14,197); }

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

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

 span { border-color: rgb(215,14,197); }

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