Html Css Color HEX #D71C94 Medium Violet Red

📋 copy color: '#D71C94'

red 215 ◦ green 28 ◦ blue 148

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

Shades of Medium Violet Red #D71C94

Tints of Medium Violet Red #D71C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 54.99%
G = 7.16%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D71C94 (or 0xD71C94) is known color: Medium Violet Red. HEX triplet: D7, 1C and 94. RGB value is (215,28,148). Sum of RGB (Red+Green+Blue) = 215+28+148=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C94 is #28E36B. Grayscale: #616161. Windows color (decimal): -2679660 or 9706711. OLE color: 9706711.

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

Color convert

RGB 215 28 148 -
CMYK 0 0.87 0.31 0.16
HSL 321.5º 0.77% 0.48% -
HSV(B) 321.5º 0.87% 0.84% -
XYZ 33.78 17.42 29.6 -
YUV 97.59 156.45 211.74 -
System Red Green Blue C M Y K H S L
Decimal 215 28 148 0 0.87 0.31 0.16 321.5 0.77 0.48
Hex D7 1C 94 0 57 1F 10 141 4D 30
Octal 327 34 224 0 127 37 20 501 115 60
Binary 11010111 11100 10010100 0 1010111 11111 10000 101000001 1001101 110000

Color Harmonies of #D71C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C94

Black with #D71C94

Text Example


Text Example

White with #D71C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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