Html Css Color HEX #D71F9B Medium Violet Red

📋 copy color: '#D71F9B'

red 215 ◦ green 31 ◦ blue 155

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

Shades of Medium Violet Red #D71F9B

Tints of Medium Violet Red #D71F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 53.62%
G = 7.73%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D71F9B (or 0xD71F9B) is known color: Medium Violet Red. HEX triplet: D7, 1F and 9B. RGB value is (215,31,155). Sum of RGB (Red+Green+Blue) = 215+31+155=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71F9B is #28E064. Grayscale: #636363. Windows color (decimal): -2678885 or 10166231. OLE color: 10166231.

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

Color convert

RGB 215 31 155 -
CMYK 0 0.86 0.28 0.16
HSL 319.57º 0.75% 0.48% -
HSV(B) 319.57º 0.86% 0.84% -
XYZ 34.43 17.79 32.63 -
YUV 100.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 215 31 155 0 0.86 0.28 0.16 319.57 0.75 0.48
Hex D7 1F 9B 0 56 1C 10 140 4B 30
Octal 327 37 233 0 126 34 20 500 113 60
Binary 11010111 11111 10011011 0 1010110 11100 10000 101000000 1001011 110000

Color Harmonies of #D71F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F9B

Black with #D71F9B

Text Example


Text Example

White with #D71F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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