Html Css Color HEX #D41791 Medium Violet Red

📋 copy color: '#D41791'

red 212 ◦ green 23 ◦ blue 145

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

Shades of Medium Violet Red #D41791

Tints of Medium Violet Red #D41791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.05%

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 55.79%
G = 6.05%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D41791 (or 0xD41791) is known color: Medium Violet Red. HEX triplet: D4, 17 and 91. RGB value is (212,23,145). Sum of RGB (Red+Green+Blue) = 212+23+145=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D41791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41791 is #2BE86E. Grayscale: #5D5D5D. Windows color (decimal): -2877551 or 9508820. OLE color: 9508820.

HSL color Cylindrical-coordinate representation of color #D41791: hue angle of 321.27º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41791 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 23 145 -
CMYK 0 0.89 0.32 0.17
HSL 321.27º 0.8% 0.46% -
HSV(B) 321.27º 0.89% 0.83% -
XYZ 32.57 16.65 28.29 -
YUV 93.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 212 23 145 0 0.89 0.32 0.17 321.27 0.8 0.46
Hex D4 17 91 0 59 20 11 141 50 2E
Octal 324 27 221 0 131 40 21 501 120 56
Binary 11010100 10111 10010001 0 1011001 100000 10001 101000001 1010000 101110

Color Harmonies of #D41791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41791

Black with #D41791

Text Example


Text Example

White with #D41791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41791; }

 p { color: rgb(212,23,145); }

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

background-color css

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

 a { background-color: rgb(212,23,145); }

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

border-color css

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

 span { border-color: rgb(212,23,145); }

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