Html Css Color HEX #D41996 Medium Violet Red

📋 copy color: '#D41996'

red 212 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #D41996

Tints of Medium Violet Red #D41996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.46%

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

R = 54.78%
G = 6.46%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D41996 (or 0xD41996) is known color: Medium Violet Red. HEX triplet: D4, 19 and 96. RGB value is (212,25,150). Sum of RGB (Red+Green+Blue) = 212+25+150=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D41996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41996 is #2BE669. Grayscale: #5E5E5E. Windows color (decimal): -2877034 or 9837012. OLE color: 9837012.

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

Color convert

RGB 212 25 150 -
CMYK 0 0.88 0.29 0.17
HSL 319.89º 0.79% 0.46% -
HSV(B) 319.89º 0.88% 0.83% -
XYZ 33 16.89 30.38 -
YUV 95.16 158.95 211.34 -
System Red Green Blue C M Y K H S L
Decimal 212 25 150 0 0.88 0.29 0.17 319.89 0.79 0.46
Hex D4 19 96 0 58 1D 11 140 4F 2E
Octal 324 31 226 0 130 35 21 500 117 56
Binary 11010100 11001 10010110 0 1011000 11101 10001 101000000 1001111 101110

Color Harmonies of #D41996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41996

Black with #D41996

Text Example


Text Example

White with #D41996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41996; }

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

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

background-color css

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

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

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

border-color css

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

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

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