Html Css Color HEX #D71E8C Medium Violet Red

📋 copy color: '#D71E8C'

red 215 ◦ green 30 ◦ blue 140

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

Shades of Medium Violet Red #D71E8C

Tints of Medium Violet Red #D71E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.79%

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

R = 55.84%
G = 7.79%
B = 36.36%

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

#D71E8C (or 0xD71E8C) is known color: Medium Violet Red. HEX triplet: D7, 1E and 8C. RGB value is (215,30,140). Sum of RGB (Red+Green+Blue) = 215+30+140=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71E8C is #28E173. Grayscale: #616161. Windows color (decimal): -2679156 or 9182935. OLE color: 9182935.

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

Color convert

RGB 215 30 140 -
CMYK 0 0.86 0.35 0.16
HSL 324.32º 0.76% 0.48% -
HSV(B) 324.32º 0.86% 0.84% -
XYZ 33.22 17.27 26.39 -
YUV 97.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 215 30 140 0 0.86 0.35 0.16 324.32 0.76 0.48
Hex D7 1E 8C 0 56 23 10 144 4C 30
Octal 327 36 214 0 126 43 20 504 114 60
Binary 11010111 11110 10001100 0 1010110 100011 10000 101000100 1001100 110000

Color Harmonies of #D71E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E8C

Black with #D71E8C

Text Example


Text Example

White with #D71E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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