#D71EA1

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

Shades of Medium Violet Red #D71EA1

Tints of Medium Violet Red #D71EA1

Color information

#D71EA1 (or 0xD71EA1) is unknown color: approx Medium Violet Red. HEX triplet: D7, 1E and A1. RGB value is (215,30,161). Sum of RGB (Red+Green+Blue) = 215+30+161=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71EA1 is #28E15E. Grayscale: #636363. Windows color (decimal): -2679135 or 10559191. OLE color: 10559191.

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

Color convert

RGB21530161-
CMYK00.860.250.16
HSL317.51º75.51%48.04%-
HSV(B)317.51º86.05%84.31%-
XYZ34.9217.9535.34-
YUV100.25162.29209.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.96%
GREEN value IS 30 (12.11% from 255) = 7.39%
BLUE value IS 161 (63.28% from 255) = 39.66%
R=52.96%
G=7.39%
B=39.66%

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
Decimal2153016100.860.250.16317.5175.5148.04
HexD71EA1056191013e4c30
Octal327362410126312047611460
Binary1101011111110101000010101011011001100001001111101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71EA1; }

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

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

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

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

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

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

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

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