Html Css Color HEX #D41EA7 Medium Violet Red

📋 copy color: '#D41EA7'

red 212 ◦ green 30 ◦ blue 167

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

Shades of Medium Violet Red #D41EA7

Tints of Medium Violet Red #D41EA7

RGB

 RED value IS 212 (83.2% from 255) = 51.83%

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

 BLUE value IS 167 (65.63% from 255) = 40.83%

R = 51.83%
G = 7.33%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D41EA7 (or 0xD41EA7) is known color: Medium Violet Red. HEX triplet: D4, 1E and A7. RGB value is (212,30,167). Sum of RGB (Red+Green+Blue) = 212+30+167=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D41EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41EA7 is #2BE158. Grayscale: #636363. Windows color (decimal): -2875737 or 10952404. OLE color: 10952404.

HSL color Cylindrical-coordinate representation of color #D41EA7: hue angle of 314.84º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41EA7 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 30 167 -
CMYK 0 0.86 0.21 0.17
HSL 314.84º 0.75% 0.47% -
HSV(B) 314.84º 0.86% 0.83% -
XYZ 34.59 17.72 38.16 -
YUV 100.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 212 30 167 0 0.86 0.21 0.17 314.84 0.75 0.47
Hex D4 1E A7 0 56 15 11 13B 4B 2F
Octal 324 36 247 0 126 25 21 473 113 57
Binary 11010100 11110 10100111 0 1010110 10101 10001 100111011 1001011 101111

Color Harmonies of #D41EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EA7

Black with #D41EA7

Text Example


Text Example

White with #D41EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EA7; }

 p { color: rgb(212,30,167); }

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

background-color css

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

 a { background-color: rgb(212,30,167); }

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

border-color css

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

 span { border-color: rgb(212,30,167); }

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