#D71EB6

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

Shades of Deep Magenta #D71EB6

Tints of Deep Magenta #D71EB6

Color information

#D71EB6 (or 0xD71EB6) is unknown color: approx Deep Magenta. HEX triplet: D7, 1E and B6. RGB value is (215,30,182). Sum of RGB (Red+Green+Blue) = 215+30+182=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EB6 is #28E149. Grayscale: #666666. Windows color (decimal): -2679114 or 11935447. OLE color: 11935447.

HSL color Cylindrical-coordinate representation of color #D71EB6: hue angle of 310.7º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71EB6 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB21530182-
CMYK00.860.150.16
HSL310.7º75.51%48.04%-
HSV(B)310.7º86.05%84.31%-
XYZ36.9318.7545.93-
YUV102.64172.79208.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.35%
GREEN value IS 30 (12.11% from 255) = 7.03%
BLUE value IS 182 (71.48% from 255) = 42.62%
R=50.35%
G=7.03%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153018200.860.150.16310.775.5148.04
HexD71EB6056F101374c30
Octal327362660126172046711460
Binary110101111111010110110010101101111100001001101111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71EB6; }

 p { color: rgb(215,30,182); }

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

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

 a { background-color: rgb(215,30,182); }

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

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

 span { border-color: rgb(215,30,182); }

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