Html Css Color HEX #D41774 Medium Violet Red

📋 copy color: '#D41774'

red 212 ◦ green 23 ◦ blue 116

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

Shades of Medium Violet Red #D41774

Tints of Medium Violet Red #D41774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.55%

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

R = 60.4%
G = 6.55%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D41774 (or 0xD41774) is known color: Medium Violet Red. HEX triplet: D4, 17 and 74. RGB value is (212,23,116). Sum of RGB (Red+Green+Blue) = 212+23+116=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D41774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41774 is #2BE88B. Grayscale: #595959. Windows color (decimal): -2877580 or 7608276. OLE color: 7608276.

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

Color convert

RGB 212 23 116 -
CMYK 0 0.89 0.45 0.17
HSL 330.48º 0.8% 0.46% -
HSV(B) 330.48º 0.89% 0.83% -
XYZ 30.61 15.87 17.97 -
YUV 90.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 212 23 116 0 0.89 0.45 0.17 330.48 0.8 0.46
Hex D4 17 74 0 59 2D 11 14A 50 2E
Octal 324 27 164 0 131 55 21 512 120 56
Binary 11010100 10111 1110100 0 1011001 101101 10001 101001010 1010000 101110

Color Harmonies of #D41774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41774

Black with #D41774

Text Example


Text Example

White with #D41774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41774; }

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

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

background-color css

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

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

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

border-color css

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

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

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