Html Css Color HEX #D71E8D Medium Violet Red

📋 copy color: '#D71E8D'

red 215 ◦ green 30 ◦ blue 141

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

Shades of Medium Violet Red #D71E8D

Tints of Medium Violet Red #D71E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 55.7%
G = 7.77%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D71E8D (or 0xD71E8D) is known color: Medium Violet Red. HEX triplet: D7, 1E and 8D. RGB value is (215,30,141). Sum of RGB (Red+Green+Blue) = 215+30+141=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71E8D is #28E172. Grayscale: #616161. Windows color (decimal): -2679155 or 9248471. OLE color: 9248471.

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

Color convert

RGB 215 30 141 -
CMYK 0 0.86 0.34 0.16
HSL 324º 0.76% 0.48% -
HSV(B) 324º 0.86% 0.84% -
XYZ 33.3 17.3 26.78 -
YUV 97.97 152.29 211.47 -
System Red Green Blue C M Y K H S L
Decimal 215 30 141 0 0.86 0.34 0.16 324 0.76 0.48
Hex D7 1E 8D 0 56 22 10 144 4C 30
Octal 327 36 215 0 126 42 20 504 114 60
Binary 11010111 11110 10001101 0 1010110 100010 10000 101000100 1001100 110000

Color Harmonies of #D71E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E8D

Black with #D71E8D

Text Example


Text Example

White with #D71E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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