Html Css Color HEX #D41D96 Medium Violet Red

📋 copy color: '#D41D96'

red 212 ◦ green 29 ◦ blue 150

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

Shades of Medium Violet Red #D41D96

Tints of Medium Violet Red #D41D96

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.42%

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

R = 54.22%
G = 7.42%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D41D96 (or 0xD41D96) is known color: Medium Violet Red. HEX triplet: D4, 1D and 96. RGB value is (212,29,150). Sum of RGB (Red+Green+Blue) = 212+29+150=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41D96 is #2BE269. Grayscale: #616161. Windows color (decimal): -2876010 or 9838036. OLE color: 9838036.

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

Color convert

RGB 212 29 150 -
CMYK 0 0.86 0.29 0.17
HSL 320.33º 0.76% 0.47% -
HSV(B) 320.33º 0.86% 0.83% -
XYZ 33.1 17.08 30.41 -
YUV 97.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 212 29 150 0 0.86 0.29 0.17 320.33 0.76 0.47
Hex D4 1D 96 0 56 1D 11 140 4C 2F
Octal 324 35 226 0 126 35 21 500 114 57
Binary 11010100 11101 10010110 0 1010110 11101 10001 101000000 1001100 101111

Color Harmonies of #D41D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41D96

Black with #D41D96

Text Example


Text Example

White with #D41D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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