Html Css Color HEX #D71D86 Medium Violet Red

📋 copy color: '#D71D86'

red 215 ◦ green 29 ◦ blue 134

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

Shades of Medium Violet Red #D71D86

Tints of Medium Violet Red #D71D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.67%

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

R = 56.88%
G = 7.67%
B = 35.45%

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

#D71D86 (or 0xD71D86) is known color: Medium Violet Red. HEX triplet: D7, 1D and 86. RGB value is (215,29,134). Sum of RGB (Red+Green+Blue) = 215+29+134=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71D86 is #28E279. Grayscale: #606060. Windows color (decimal): -2679418 or 8789463. OLE color: 8789463.

HSL color Cylindrical-coordinate representation of color #D71D86: hue angle of 326.13º degrees, saturation: 0.76, 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 #D71D86 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 29 134 -
CMYK 0 0.87 0.38 0.16
HSL 326.13º 0.76% 0.48% -
HSV(B) 326.13º 0.87% 0.84% -
XYZ 32.77 17.05 24.12 -
YUV 96.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 215 29 134 0 0.87 0.38 0.16 326.13 0.76 0.48
Hex D7 1D 86 0 57 26 10 146 4C 30
Octal 327 35 206 0 127 46 20 506 114 60
Binary 11010111 11101 10000110 0 1010111 100110 10000 101000110 1001100 110000

Color Harmonies of #D71D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D86

Black with #D71D86

Text Example


Text Example

White with #D71D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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