Html Css Color HEX #D41EAC Medium Violet Red

📋 copy color: '#D41EAC'

red 212 ◦ green 30 ◦ blue 172

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

Shades of Medium Violet Red #D41EAC

Tints of Medium Violet Red #D41EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 51.21%
G = 7.25%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D41EAC (or 0xD41EAC) is known color: Medium Violet Red. HEX triplet: D4, 1E and AC. RGB value is (212,30,172). Sum of RGB (Red+Green+Blue) = 212+30+172=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D41EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41EAC is #2BE153. Grayscale: #646464. Windows color (decimal): -2875732 or 11280084. OLE color: 11280084.

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

Color convert

RGB 212 30 172 -
CMYK 0 0.86 0.19 0.17
HSL 313.19º 0.75% 0.47% -
HSV(B) 313.19º 0.86% 0.83% -
XYZ 35.06 17.9 40.64 -
YUV 100.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 212 30 172 0 0.86 0.19 0.17 313.19 0.75 0.47
Hex D4 1E AC 0 56 13 11 139 4B 2F
Octal 324 36 254 0 126 23 21 471 113 57
Binary 11010100 11110 10101100 0 1010110 10011 10001 100111001 1001011 101111

Color Harmonies of #D41EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EAC

Black with #D41EAC

Text Example


Text Example

White with #D41EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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