Html Css Color HEX #D41174 Medium Violet Red

📋 copy color: '#D41174'

red 212 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #D41174

Tints of Medium Violet Red #D41174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 61.45%
G = 4.93%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D41174 (or 0xD41174) is known color: Medium Violet Red. HEX triplet: D4, 11 and 74. RGB value is (212,17,116). Sum of RGB (Red+Green+Blue) = 212+17+116=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D41174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41174 is #2BEE8B. Grayscale: #565656. Windows color (decimal): -2879116 or 7606740. OLE color: 7606740.

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

Color convert

RGB 212 17 116 -
CMYK 0 0.92 0.45 0.17
HSL 329.54º 0.85% 0.45% -
HSV(B) 329.54º 0.92% 0.83% -
XYZ 30.5 15.66 17.94 -
YUV 86.59 144.6 217.45 -
System Red Green Blue C M Y K H S L
Decimal 212 17 116 0 0.92 0.45 0.17 329.54 0.85 0.45
Hex D4 11 74 0 5C 2D 11 14A 55 2D
Octal 324 21 164 0 134 55 21 512 125 55
Binary 11010100 10001 1110100 0 1011100 101101 10001 101001010 1010101 101101

Color Harmonies of #D41174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41174

Black with #D41174

Text Example


Text Example

White with #D41174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41174; }

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

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

background-color css

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

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

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

border-color css

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

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

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