Html Css Color HEX #D41F7A Medium Violet Red

📋 copy color: '#D41F7A'

red 212 ◦ green 31 ◦ blue 122

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

Shades of Medium Violet Red #D41F7A

Tints of Medium Violet Red #D41F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 58.08%
G = 8.49%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D41F7A (or 0xD41F7A) is known color: Medium Violet Red. HEX triplet: D4, 1F and 7A. RGB value is (212,31,122). Sum of RGB (Red+Green+Blue) = 212+31+122=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D41F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41F7A is #2BE085. Grayscale: #5F5F5F. Windows color (decimal): -2875526 or 8003540. OLE color: 8003540.

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

Color convert

RGB 212 31 122 -
CMYK 0 0.85 0.42 0.17
HSL 329.83º 0.74% 0.48% -
HSV(B) 329.83º 0.85% 0.83% -
XYZ 31.15 16.38 19.93 -
YUV 95.49 142.97 211.1 -
System Red Green Blue C M Y K H S L
Decimal 212 31 122 0 0.85 0.42 0.17 329.83 0.74 0.48
Hex D4 1F 7A 0 55 2A 11 14A 4A 30
Octal 324 37 172 0 125 52 21 512 112 60
Binary 11010100 11111 1111010 0 1010101 101010 10001 101001010 1001010 110000

Color Harmonies of #D41F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41F7A

Black with #D41F7A

Text Example


Text Example

White with #D41F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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