Html Css Color HEX #D42196 Medium Violet Red

📋 copy color: '#D42196'

red 212 ◦ green 33 ◦ blue 150

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

Shades of Medium Violet Red #D42196

Tints of Medium Violet Red #D42196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 53.67%
G = 8.35%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D42196 (or 0xD42196) is known color: Medium Violet Red. HEX triplet: D4, 21 and 96. RGB value is (212,33,150). Sum of RGB (Red+Green+Blue) = 212+33+150=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D42196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42196 is #2BDE69. Grayscale: #636363. Windows color (decimal): -2874986 or 9839060. OLE color: 9839060.

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

Color convert

RGB 212 33 150 -
CMYK 0 0.84 0.29 0.17
HSL 320.78º 0.73% 0.48% -
HSV(B) 320.78º 0.84% 0.83% -
XYZ 33.2 17.29 30.44 -
YUV 99.86 156.3 207.99 -
System Red Green Blue C M Y K H S L
Decimal 212 33 150 0 0.84 0.29 0.17 320.78 0.73 0.48
Hex D4 21 96 0 54 1D 11 141 49 30
Octal 324 41 226 0 124 35 21 501 111 60
Binary 11010100 100001 10010110 0 1010100 11101 10001 101000001 1001001 110000

Color Harmonies of #D42196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42196

Black with #D42196

Text Example


Text Example

White with #D42196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42196; }

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

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

background-color css

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

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

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

border-color css

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

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

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