Html Css Color HEX #D71E8E Medium Violet Red

📋 copy color: '#D71E8E'

red 215 ◦ green 30 ◦ blue 142

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

Shades of Medium Violet Red #D71E8E

Tints of Medium Violet Red #D71E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 55.56%
G = 7.75%
B = 36.69%

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

#D71E8E (or 0xD71E8E) is known color: Medium Violet Red. HEX triplet: D7, 1E and 8E. RGB value is (215,30,142). Sum of RGB (Red+Green+Blue) = 215+30+142=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71E8E is #28E171. Grayscale: #616161. Windows color (decimal): -2679154 or 9314007. OLE color: 9314007.

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

Color convert

RGB 215 30 142 -
CMYK 0 0.86 0.34 0.16
HSL 323.68º 0.76% 0.48% -
HSV(B) 323.68º 0.86% 0.84% -
XYZ 33.37 17.33 27.18 -
YUV 98.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 215 30 142 0 0.86 0.34 0.16 323.68 0.76 0.48
Hex D7 1E 8E 0 56 22 10 144 4C 30
Octal 327 36 216 0 126 42 20 504 114 60
Binary 11010111 11110 10001110 0 1010110 100010 10000 101000100 1001100 110000

Color Harmonies of #D71E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E8E

Black with #D71E8E

Text Example


Text Example

White with #D71E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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