#D71EA2

Color #D71EA2 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D71EA2

Tints of Medium Violet Red #D71EA2

Color information

#D71EA2 (or 0xD71EA2) is unknown color: approx Medium Violet Red. HEX triplet: D7, 1E and A2. RGB value is (215,30,162). Sum of RGB (Red+Green+Blue) = 215+30+162=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71EA2 is #28E15D. Grayscale: #646464. Windows color (decimal): -2679134 or 10624727. OLE color: 10624727.

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

Color convert

RGB21530162-
CMYK00.860.250.16
HSL317.19º75.51%48.04%-
HSV(B)317.19º86.05%84.31%-
XYZ35.0117.9835.81-
YUV100.36162.79209.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.83%
GREEN value IS 30 (12.11% from 255) = 7.37%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=52.83%
G=7.37%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153016200.860.250.16317.1975.5148.04
HexD71EA2056191013d4c30
Octal327362420126312047511460
Binary1101011111110101000100101011011001100001001111011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71EA2; }

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

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

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

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

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

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

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

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