Html Css Color HEX #D41F9E Medium Violet Red

📋 copy color: '#D41F9E'

red 212 ◦ green 31 ◦ blue 158

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

Shades of Medium Violet Red #D41F9E

Tints of Medium Violet Red #D41F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.73%

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 52.87%
G = 7.73%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D41F9E (or 0xD41F9E) is known color: Medium Violet Red. HEX triplet: D4, 1F and 9E. RGB value is (212,31,158). Sum of RGB (Red+Green+Blue) = 212+31+158=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D41F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41F9E is #2BE061. Grayscale: #636363. Windows color (decimal): -2875490 or 10362836. OLE color: 10362836.

HSL color Cylindrical-coordinate representation of color #D41F9E: hue angle of 317.9º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D41F9E is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 31 158 -
CMYK 0 0.85 0.25 0.17
HSL 317.9º 0.74% 0.48% -
HSV(B) 317.9º 0.85% 0.83% -
XYZ 33.81 17.45 33.93 -
YUV 99.6 160.97 208.17 -
System Red Green Blue C M Y K H S L
Decimal 212 31 158 0 0.85 0.25 0.17 317.9 0.74 0.48
Hex D4 1F 9E 0 55 19 11 13E 4A 30
Octal 324 37 236 0 125 31 21 476 112 60
Binary 11010100 11111 10011110 0 1010101 11001 10001 100111110 1001010 110000

Color Harmonies of #D41F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41F9E

Black with #D41F9E

Text Example


Text Example

White with #D41F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41F9E; }

 p { color: rgb(212,31,158); }

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

background-color css

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

 a { background-color: rgb(212,31,158); }

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

border-color css

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

 span { border-color: rgb(212,31,158); }

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