Html Css Color HEX #D41E81 Medium Violet Red

📋 copy color: '#D41E81'

red 212 ◦ green 30 ◦ blue 129

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

Shades of Medium Violet Red #D41E81

Tints of Medium Violet Red #D41E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 57.14%
G = 8.09%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D41E81 (or 0xD41E81) is known color: Medium Violet Red. HEX triplet: D4, 1E and 81. RGB value is (212,30,129). Sum of RGB (Red+Green+Blue) = 212+30+129=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41E81 is #2BE17E. Grayscale: #5F5F5F. Windows color (decimal): -2875775 or 8462036. OLE color: 8462036.

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

Color convert

RGB 212 30 129 -
CMYK 0 0.86 0.39 0.17
HSL 327.36º 0.75% 0.47% -
HSV(B) 327.36º 0.86% 0.83% -
XYZ 31.58 16.51 22.29 -
YUV 95.7 146.8 210.95 -
System Red Green Blue C M Y K H S L
Decimal 212 30 129 0 0.86 0.39 0.17 327.36 0.75 0.47
Hex D4 1E 81 0 56 27 11 147 4B 2F
Octal 324 36 201 0 126 47 21 507 113 57
Binary 11010100 11110 10000001 0 1010110 100111 10001 101000111 1001011 101111

Color Harmonies of #D41E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E81

Black with #D41E81

Text Example


Text Example

White with #D41E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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