Html Css Color HEX #D41391 Medium Violet Red

📋 copy color: '#D41391'

red 212 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #D41391

Tints of Medium Violet Red #D41391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.05%

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

R = 56.38%
G = 5.05%
B = 38.56%

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

#D41391 (or 0xD41391) is known color: Medium Violet Red. HEX triplet: D4, 13 and 91. RGB value is (212,19,145). Sum of RGB (Red+Green+Blue) = 212+19+145=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D41391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41391 is #2BEC6E. Grayscale: #5A5A5A. Windows color (decimal): -2878575 or 9507796. OLE color: 9507796.

HSL color Cylindrical-coordinate representation of color #D41391: hue angle of 320.83º degrees, saturation: 0.84, 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 #D41391 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 19 145 -
CMYK 0 0.91 0.32 0.17
HSL 320.83º 0.84% 0.45% -
HSV(B) 320.83º 0.91% 0.83% -
XYZ 32.5 16.51 28.26 -
YUV 91.07 158.44 214.25 -
System Red Green Blue C M Y K H S L
Decimal 212 19 145 0 0.91 0.32 0.17 320.83 0.84 0.45
Hex D4 13 91 0 5B 20 11 141 54 2D
Octal 324 23 221 0 133 40 21 501 124 55
Binary 11010100 10011 10010001 0 1011011 100000 10001 101000001 1010100 101101

Color Harmonies of #D41391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41391

Black with #D41391

Text Example


Text Example

White with #D41391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41391; }

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

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

background-color css

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

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

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

border-color css

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

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

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