Html Css Color HEX #D71FA4 Medium Violet Red

📋 copy color: '#D71FA4'

red 215 ◦ green 31 ◦ blue 164

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

Shades of Medium Violet Red #D71FA4

Tints of Medium Violet Red #D71FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40%

R = 52.44%
G = 7.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D71FA4 (or 0xD71FA4) is known color: Medium Violet Red. HEX triplet: D7, 1F and A4. RGB value is (215,31,164). Sum of RGB (Red+Green+Blue) = 215+31+164=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71FA4 is #28E05B. Grayscale: #646464. Windows color (decimal): -2678876 or 10756055. OLE color: 10756055.

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

Color convert

RGB 215 31 164 -
CMYK 0 0.86 0.24 0.16
HSL 316.63º 0.75% 0.48% -
HSV(B) 316.63º 0.86% 0.84% -
XYZ 35.22 18.11 36.76 -
YUV 101.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 215 31 164 0 0.86 0.24 0.16 316.63 0.75 0.48
Hex D7 1F A4 0 56 18 10 13D 4B 30
Octal 327 37 244 0 126 30 20 475 113 60
Binary 11010111 11111 10100100 0 1010110 11000 10000 100111101 1001011 110000

Color Harmonies of #D71FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FA4

Black with #D71FA4

Text Example


Text Example

White with #D71FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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