Html Css Color HEX #D71C87 Medium Violet Red

📋 copy color: '#D71C87'

red 215 ◦ green 28 ◦ blue 135

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

Shades of Medium Violet Red #D71C87

Tints of Medium Violet Red #D71C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 56.88%
G = 7.41%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D71C87 (or 0xD71C87) is known color: Medium Violet Red. HEX triplet: D7, 1C and 87. RGB value is (215,28,135). Sum of RGB (Red+Green+Blue) = 215+28+135=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C87 is #28E378. Grayscale: #5F5F5F. Windows color (decimal): -2679673 or 8854743. OLE color: 8854743.

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

Color convert

RGB 215 28 135 -
CMYK 0 0.87 0.37 0.16
HSL 325.67º 0.77% 0.48% -
HSV(B) 325.67º 0.87% 0.84% -
XYZ 32.81 17.03 24.48 -
YUV 96.11 149.95 212.8 -
System Red Green Blue C M Y K H S L
Decimal 215 28 135 0 0.87 0.37 0.16 325.67 0.77 0.48
Hex D7 1C 87 0 57 25 10 146 4D 30
Octal 327 34 207 0 127 45 20 506 115 60
Binary 11010111 11100 10000111 0 1010111 100101 10000 101000110 1001101 110000

Color Harmonies of #D71C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C87

Black with #D71C87

Text Example


Text Example

White with #D71C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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