Html Css Color HEX #D71FA0 Medium Violet Red

📋 copy color: '#D71FA0'

red 215 ◦ green 31 ◦ blue 160

#D71FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D71FA0

Tints of Medium Violet Red #D71FA0

RGB

 RED value IS 215 (84.38% from 255) = 52.96%

 GREEN value IS 31 (12.5% from 255) = 7.64%

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 52.96%
G = 7.64%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D71FA0 (or 0xD71FA0) is known color: Medium Violet Red. HEX triplet: D7, 1F and A0. RGB value is (215,31,160). Sum of RGB (Red+Green+Blue) = 215+31+160=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71FA0 is #28E05F. Grayscale: #646464. Windows color (decimal): -2678880 or 10493911. OLE color: 10493911.

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

Color convert

RGB 215 31 160 -
CMYK 0 0.86 0.26 0.16
HSL 317.93º 0.75% 0.48% -
HSV(B) 317.93º 0.86% 0.84% -
XYZ 34.86 17.97 34.89 -
YUV 100.72 161.46 209.51 -
System Red Green Blue C M Y K H S L
Decimal 215 31 160 0 0.86 0.26 0.16 317.93 0.75 0.48
Hex D7 1F A0 0 56 1A 10 13E 4B 30
Octal 327 37 240 0 126 32 20 476 113 60
Binary 11010111 11111 10100000 0 1010110 11010 10000 100111110 1001011 110000

Color Harmonies of #D71FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FA0

Black with #D71FA0

Text Example


Text Example

White with #D71FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FA0; }

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

 H1.HeaderClassName
 {
   color: #D71FA0;
 }
 .AnyTagClassName
 {
   color: #D71FA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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