Html Css Color HEX #D42191 Medium Violet Red

📋 copy color: '#D42191'

red 212 ◦ green 33 ◦ blue 145

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

Shades of Medium Violet Red #D42191

Tints of Medium Violet Red #D42191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.46%

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

R = 54.36%
G = 8.46%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D42191 (or 0xD42191) is known color: Medium Violet Red. HEX triplet: D4, 21 and 91. RGB value is (212,33,145). Sum of RGB (Red+Green+Blue) = 212+33+145=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D42191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42191 is #2BDE6E. Grayscale: #636363. Windows color (decimal): -2874991 or 9511380. OLE color: 9511380.

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

Color convert

RGB 212 33 145 -
CMYK 0 0.84 0.32 0.17
HSL 322.46º 0.73% 0.48% -
HSV(B) 322.46º 0.84% 0.83% -
XYZ 32.81 17.13 28.37 -
YUV 99.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 212 33 145 0 0.84 0.32 0.17 322.46 0.73 0.48
Hex D4 21 91 0 54 20 11 142 49 30
Octal 324 41 221 0 124 40 21 502 111 60
Binary 11010100 100001 10010001 0 1010100 100000 10001 101000010 1001001 110000

Color Harmonies of #D42191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42191

Black with #D42191

Text Example


Text Example

White with #D42191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42191; }

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

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

background-color css

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

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

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

border-color css

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

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

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