Html Css Color HEX #D41186 Medium Violet Red

📋 copy color: '#D41186'

red 212 ◦ green 17 ◦ blue 134

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

Shades of Medium Violet Red #D41186

Tints of Medium Violet Red #D41186

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 58.4%
G = 4.68%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D41186 (or 0xD41186) is known color: Medium Violet Red. HEX triplet: D4, 11 and 86. RGB value is (212,17,134). Sum of RGB (Red+Green+Blue) = 212+17+134=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D41186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41186 is #2BEE79. Grayscale: #585858. Windows color (decimal): -2879098 or 8786388. OLE color: 8786388.

HSL color Cylindrical-coordinate representation of color #D41186: hue angle of 324º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41186 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 134 -
CMYK 0 0.92 0.37 0.17
HSL 324º 0.85% 0.45% -
HSV(B) 324º 0.92% 0.83% -
XYZ 31.65 16.12 24 -
YUV 88.64 153.6 215.99 -
System Red Green Blue C M Y K H S L
Decimal 212 17 134 0 0.92 0.37 0.17 324 0.85 0.45
Hex D4 11 86 0 5C 25 11 144 55 2D
Octal 324 21 206 0 134 45 21 504 125 55
Binary 11010100 10001 10000110 0 1011100 100101 10001 101000100 1010101 101101

Color Harmonies of #D41186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41186

Black with #D41186

Text Example


Text Example

White with #D41186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41186; }

 p { color: rgb(212,17,134); }

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

background-color css

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

 a { background-color: rgb(212,17,134); }

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

border-color css

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

 span { border-color: rgb(212,17,134); }

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