Html Css Color HEX #D71FA2 Medium Violet Red

📋 copy color: '#D71FA2'

red 215 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #D71FA2

Tints of Medium Violet Red #D71FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.71%

R = 52.7%
G = 7.6%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D71FA2 (or 0xD71FA2) is known color: Medium Violet Red. HEX triplet: D7, 1F and A2. RGB value is (215,31,162). Sum of RGB (Red+Green+Blue) = 215+31+162=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71FA2 is #28E05D. Grayscale: #646464. Windows color (decimal): -2678878 or 10624983. OLE color: 10624983.

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

Color convert

RGB 215 31 162 -
CMYK 0 0.86 0.25 0.16
HSL 317.28º 0.75% 0.48% -
HSV(B) 317.28º 0.86% 0.84% -
XYZ 35.04 18.04 35.82 -
YUV 100.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 215 31 162 0 0.86 0.25 0.16 317.28 0.75 0.48
Hex D7 1F A2 0 56 19 10 13D 4B 30
Octal 327 37 242 0 126 31 20 475 113 60
Binary 11010111 11111 10100010 0 1010110 11001 10000 100111101 1001011 110000

Color Harmonies of #D71FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FA2

Black with #D71FA2

Text Example


Text Example

White with #D71FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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