Html Css Color HEX #D71F91 Medium Violet Red

📋 copy color: '#D71F91'

red 215 ◦ green 31 ◦ blue 145

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

Shades of Medium Violet Red #D71F91

Tints of Medium Violet Red #D71F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.08%

R = 54.99%
G = 7.93%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D71F91 (or 0xD71F91) is known color: Medium Violet Red. HEX triplet: D7, 1F and 91. RGB value is (215,31,145). Sum of RGB (Red+Green+Blue) = 215+31+145=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71F91 is #28E06E. Grayscale: #626262. Windows color (decimal): -2678895 or 9510871. OLE color: 9510871.

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

Color convert

RGB 215 31 145 -
CMYK 0 0.86 0.33 0.16
HSL 322.83º 0.75% 0.48% -
HSV(B) 322.83º 0.86% 0.84% -
XYZ 33.63 17.47 28.39 -
YUV 99.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 215 31 145 0 0.86 0.33 0.16 322.83 0.75 0.48
Hex D7 1F 91 0 56 21 10 143 4B 30
Octal 327 37 221 0 126 41 20 503 113 60
Binary 11010111 11111 10010001 0 1010110 100001 10000 101000011 1001011 110000

Color Harmonies of #D71F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F91

Black with #D71F91

Text Example


Text Example

White with #D71F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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