Html Css Color HEX #D71E7E Medium Violet Red

📋 copy color: '#D71E7E'

red 215 ◦ green 30 ◦ blue 126

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

Shades of Medium Violet Red #D71E7E

Tints of Medium Violet Red #D71E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 57.95%
G = 8.09%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D71E7E (or 0xD71E7E) is known color: Medium Violet Red. HEX triplet: D7, 1E and 7E. RGB value is (215,30,126). Sum of RGB (Red+Green+Blue) = 215+30+126=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E7E is #28E181. Grayscale: #606060. Windows color (decimal): -2679170 or 8265431. OLE color: 8265431.

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

Color convert

RGB 215 30 126 -
CMYK 0 0.86 0.41 0.16
HSL 328.86º 0.76% 0.48% -
HSV(B) 328.86º 0.86% 0.84% -
XYZ 32.25 16.88 21.3 -
YUV 96.26 144.79 212.69 -
System Red Green Blue C M Y K H S L
Decimal 215 30 126 0 0.86 0.41 0.16 328.86 0.76 0.48
Hex D7 1E 7E 0 56 29 10 149 4C 30
Octal 327 36 176 0 126 51 20 511 114 60
Binary 11010111 11110 1111110 0 1010110 101001 10000 101001001 1001100 110000

Color Harmonies of #D71E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E7E

Black with #D71E7E

Text Example


Text Example

White with #D71E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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