Html Css Color HEX #D41E8D Medium Violet Red

📋 copy color: '#D41E8D'

red 212 ◦ green 30 ◦ blue 141

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

Shades of Medium Violet Red #D41E8D

Tints of Medium Violet Red #D41E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 55.35%
G = 7.83%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D41E8D (or 0xD41E8D) is known color: Medium Violet Red. HEX triplet: D4, 1E and 8D. RGB value is (212,30,141). Sum of RGB (Red+Green+Blue) = 212+30+141=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41E8D is #2BE172. Grayscale: #606060. Windows color (decimal): -2875763 or 9248468. OLE color: 9248468.

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

Color convert

RGB 212 30 141 -
CMYK 0 0.86 0.33 0.17
HSL 323.41º 0.75% 0.47% -
HSV(B) 323.41º 0.86% 0.83% -
XYZ 32.42 16.85 26.74 -
YUV 97.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 212 30 141 0 0.86 0.33 0.17 323.41 0.75 0.47
Hex D4 1E 8D 0 56 21 11 143 4B 2F
Octal 324 36 215 0 126 41 21 503 113 57
Binary 11010100 11110 10001101 0 1010110 100001 10001 101000011 1001011 101111

Color Harmonies of #D41E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E8D

Black with #D41E8D

Text Example


Text Example

White with #D41E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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