Html Css Color HEX #D41491 Medium Violet Red

📋 copy color: '#D41491'

red 212 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #D41491

Tints of Medium Violet Red #D41491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

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

R = 56.23%
G = 5.31%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D41491 (or 0xD41491) is known color: Medium Violet Red. HEX triplet: D4, 14 and 91. RGB value is (212,20,145). Sum of RGB (Red+Green+Blue) = 212+20+145=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D41491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41491 is #2BEB6E. Grayscale: #5B5B5B. Windows color (decimal): -2878319 or 9508052. OLE color: 9508052.

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

Color convert

RGB 212 20 145 -
CMYK 0 0.91 0.32 0.17
HSL 320.94º 0.83% 0.45% -
HSV(B) 320.94º 0.91% 0.83% -
XYZ 32.51 16.54 28.27 -
YUV 91.66 158.11 213.84 -
System Red Green Blue C M Y K H S L
Decimal 212 20 145 0 0.91 0.32 0.17 320.94 0.83 0.45
Hex D4 14 91 0 5B 20 11 141 53 2D
Octal 324 24 221 0 133 40 21 501 123 55
Binary 11010100 10100 10010001 0 1011011 100000 10001 101000001 1010011 101101

Color Harmonies of #D41491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41491

Black with #D41491

Text Example


Text Example

White with #D41491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41491; }

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

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

background-color css

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

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

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

border-color css

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

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

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