#D71ADC

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

Shades of Deep Magenta #D71ADC

Tints of Deep Magenta #D71ADC

Color information

#D71ADC (or 0xD71ADC) is unknown color: approx Deep Magenta. HEX triplet: D7, 1A and DC. RGB value is (215,26,220). Sum of RGB (Red+Green+Blue) = 215+26+220=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #D71ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ADC is #28E523. Grayscale: #686868. Windows color (decimal): -2680100 or 14424791. OLE color: 14424791.

HSL color Cylindrical-coordinate representation of color #D71ADC: hue angle of 298.45º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71ADC is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21526220-
CMYK0.020.8800.14
HSL298.45º78.86%48.24%-
HSV(B)298.45º88.18%86.27%-
XYZ41.3120.3569.46-
YUV104.63193.12206.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 26 (10.55% from 255) = 5.64%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=46.64%
G=5.64%
B=47.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal215262200.020.8800.14298.4578.8648.24
HexD71ADC2580E12a4f30
Octal32732334213001645211760
Binary110101111101011011100101011000011101001010101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71ADC; }

 p { color: rgb(215,26,220); }

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

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

 a { background-color: rgb(215,26,220); }

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

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

 span { border-color: rgb(215,26,220); }

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