#D71EB7

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

Shades of Deep Magenta #D71EB7

Tints of Deep Magenta #D71EB7

Color information

#D71EB7 (or 0xD71EB7) is unknown color: approx Deep Magenta. HEX triplet: D7, 1E and B7. RGB value is (215,30,183). Sum of RGB (Red+Green+Blue) = 215+30+183=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EB7 is #28E148. Grayscale: #666666. Windows color (decimal): -2679113 or 12000983. OLE color: 12000983.

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

Color convert

RGB21530183-
CMYK00.860.150.16
HSL310.38º75.51%48.04%-
HSV(B)310.38º86.05%84.31%-
XYZ37.0418.7946.48-
YUV102.76173.29208.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 30 (12.11% from 255) = 7.01%
BLUE value IS 183 (71.88% from 255) = 42.76%
R=50.23%
G=7.01%
B=42.76%

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
Decimal2153018300.860.150.16310.3875.5148.04
HexD71EB7056F101364c30
Octal327362670126172046611460
Binary110101111111010110111010101101111100001001101101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71EB7; }

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

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

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

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

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

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

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

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