Html Css Color HEX #D71E8A Medium Violet Red

📋 copy color: '#D71E8A'

red 215 ◦ green 30 ◦ blue 138

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

Shades of Medium Violet Red #D71E8A

Tints of Medium Violet Red #D71E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 56.14%
G = 7.83%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D71E8A (or 0xD71E8A) is known color: Medium Violet Red. HEX triplet: D7, 1E and 8A. RGB value is (215,30,138). Sum of RGB (Red+Green+Blue) = 215+30+138=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71E8A is #28E175. Grayscale: #616161. Windows color (decimal): -2679158 or 9051863. OLE color: 9051863.

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

Color convert

RGB 215 30 138 -
CMYK 0 0.86 0.36 0.16
HSL 324.97º 0.76% 0.48% -
HSV(B) 324.97º 0.86% 0.84% -
XYZ 33.08 17.21 25.62 -
YUV 97.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 215 30 138 0 0.86 0.36 0.16 324.97 0.76 0.48
Hex D7 1E 8A 0 56 24 10 145 4C 30
Octal 327 36 212 0 126 44 20 505 114 60
Binary 11010111 11110 10001010 0 1010110 100100 10000 101000101 1001100 110000

Color Harmonies of #D71E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E8A

Black with #D71E8A

Text Example


Text Example

White with #D71E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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