Html Css Color HEX #D71F8C Medium Violet Red

📋 copy color: '#D71F8C'

red 215 ◦ green 31 ◦ blue 140

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

Shades of Medium Violet Red #D71F8C

Tints of Medium Violet Red #D71F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 55.7%
G = 8.03%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D71F8C (or 0xD71F8C) is known color: Medium Violet Red. HEX triplet: D7, 1F and 8C. RGB value is (215,31,140). Sum of RGB (Red+Green+Blue) = 215+31+140=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71F8C is #28E073. Grayscale: #626262. Windows color (decimal): -2678900 or 9183191. OLE color: 9183191.

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

Color convert

RGB 215 31 140 -
CMYK 0 0.86 0.35 0.16
HSL 324.46º 0.75% 0.48% -
HSV(B) 324.46º 0.86% 0.84% -
XYZ 33.25 17.32 26.4 -
YUV 98.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 215 31 140 0 0.86 0.35 0.16 324.46 0.75 0.48
Hex D7 1F 8C 0 56 23 10 144 4B 30
Octal 327 37 214 0 126 43 20 504 113 60
Binary 11010111 11111 10001100 0 1010110 100011 10000 101000100 1001011 110000

Color Harmonies of #D71F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F8C

Black with #D71F8C

Text Example


Text Example

White with #D71F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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