Html Css Color HEX #D71EA2 Medium Violet Red

📋 copy color: '#D71EA2'

red 215 ◦ green 30 ◦ blue 162

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

Shades of Medium Violet Red #D71EA2

Tints of Medium Violet Red #D71EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 52.83%
G = 7.37%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D71EA2 (or 0xD71EA2) is known color: Medium Violet Red. HEX triplet: D7, 1E and A2. RGB value is (215,30,162). Sum of RGB (Red+Green+Blue) = 215+30+162=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71EA2 is #28E15D. Grayscale: #646464. Windows color (decimal): -2679134 or 10624727. OLE color: 10624727.

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

Color convert

RGB 215 30 162 -
CMYK 0 0.86 0.25 0.16
HSL 317.19º 0.76% 0.48% -
HSV(B) 317.19º 0.86% 0.84% -
XYZ 35.01 17.98 35.81 -
YUV 100.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 215 30 162 0 0.86 0.25 0.16 317.19 0.76 0.48
Hex D7 1E A2 0 56 19 10 13D 4C 30
Octal 327 36 242 0 126 31 20 475 114 60
Binary 11010111 11110 10100010 0 1010110 11001 10000 100111101 1001100 110000

Color Harmonies of #D71EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EA2

Black with #D71EA2

Text Example


Text Example

White with #D71EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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