#D71EA0

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

Shades of Medium Violet Red #D71EA0

Tints of Medium Violet Red #D71EA0

Color information

#D71EA0 (or 0xD71EA0) is unknown color: approx Medium Violet Red. HEX triplet: D7, 1E and A0. RGB value is (215,30,160). Sum of RGB (Red+Green+Blue) = 215+30+160=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71EA0 is #28E15F. Grayscale: #636363. Windows color (decimal): -2679136 or 10493655. OLE color: 10493655.

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

Color convert

RGB21530160-
CMYK00.860.260.16
HSL317.84º75.51%48.04%-
HSV(B)317.84º86.05%84.31%-
XYZ34.8317.9134.88-
YUV100.14161.79209.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.09%
GREEN value IS 30 (12.11% from 255) = 7.41%
BLUE value IS 160 (62.89% from 255) = 39.51%
R=53.09%
G=7.41%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153016000.860.260.16317.8475.5148.04
HexD71EA00561A1013e4c30
Octal327362400126322047611460
Binary1101011111110101000000101011011010100001001111101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71EA0; }

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

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

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

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

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

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

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

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