Html Css Color HEX #D71C86 Medium Violet Red

📋 copy color: '#D71C86'

red 215 ◦ green 28 ◦ blue 134

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

Shades of Medium Violet Red #D71C86

Tints of Medium Violet Red #D71C86

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.43%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 57.03%
G = 7.43%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D71C86 (or 0xD71C86) is known color: Medium Violet Red. HEX triplet: D7, 1C and 86. RGB value is (215,28,134). Sum of RGB (Red+Green+Blue) = 215+28+134=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C86 is #28E379. Grayscale: #5F5F5F. Windows color (decimal): -2679674 or 8789207. OLE color: 8789207.

HSL color Cylindrical-coordinate representation of color #D71C86: hue angle of 325.99º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71C86 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 28 134 -
CMYK 0 0.87 0.38 0.16
HSL 325.99º 0.77% 0.48% -
HSV(B) 325.99º 0.87% 0.84% -
XYZ 32.74 17 24.11 -
YUV 96 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 215 28 134 0 0.87 0.38 0.16 325.99 0.77 0.48
Hex D7 1C 86 0 57 26 10 146 4D 30
Octal 327 34 206 0 127 46 20 506 115 60
Binary 11010111 11100 10000110 0 1010111 100110 10000 101000110 1001101 110000

Color Harmonies of #D71C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C86

Black with #D71C86

Text Example


Text Example

White with #D71C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C86; }

 p { color: rgb(215,28,134); }

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

background-color css

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

 a { background-color: rgb(215,28,134); }

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

border-color css

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

 span { border-color: rgb(215,28,134); }

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