Html Css Color HEX #D41377 Medium Violet Red

📋 copy color: '#D41377'

red 212 ◦ green 19 ◦ blue 119

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

Shades of Medium Violet Red #D41377

Tints of Medium Violet Red #D41377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.43%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 60.57%
G = 5.43%
B = 34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D41377 (or 0xD41377) is known color: Medium Violet Red. HEX triplet: D4, 13 and 77. RGB value is (212,19,119). Sum of RGB (Red+Green+Blue) = 212+19+119=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D41377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41377 is #2BEC88. Grayscale: #575757. Windows color (decimal): -2878601 or 7803860. OLE color: 7803860.

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

Color convert

RGB 212 19 119 -
CMYK 0 0.91 0.44 0.17
HSL 328.91º 0.84% 0.45% -
HSV(B) 328.91º 0.91% 0.83% -
XYZ 30.71 15.79 18.88 -
YUV 88.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 212 19 119 0 0.91 0.44 0.17 328.91 0.84 0.45
Hex D4 13 77 0 5B 2C 11 149 54 2D
Octal 324 23 167 0 133 54 21 511 124 55
Binary 11010100 10011 1110111 0 1011011 101100 10001 101001001 1010100 101101

Color Harmonies of #D41377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41377

Black with #D41377

Text Example


Text Example

White with #D41377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41377; }

 p { color: rgb(212,19,119); }

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

background-color css

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

 a { background-color: rgb(212,19,119); }

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

border-color css

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

 span { border-color: rgb(212,19,119); }

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