Html Css Color HEX #D41379 Medium Violet Red

📋 copy color: '#D41379'

red 212 ◦ green 19 ◦ blue 121

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

Shades of Medium Violet Red #D41379

Tints of Medium Violet Red #D41379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 60.23%
G = 5.4%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D41379 (or 0xD41379) is known color: Medium Violet Red. HEX triplet: D4, 13 and 79. RGB value is (212,19,121). Sum of RGB (Red+Green+Blue) = 212+19+121=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D41379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41379 is #2BEC86. Grayscale: #585858. Windows color (decimal): -2878599 or 7934932. OLE color: 7934932.

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

Color convert

RGB 212 19 121 -
CMYK 0 0.91 0.43 0.17
HSL 328.29º 0.84% 0.45% -
HSV(B) 328.29º 0.91% 0.83% -
XYZ 30.84 15.84 19.52 -
YUV 88.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 212 19 121 0 0.91 0.43 0.17 328.29 0.84 0.45
Hex D4 13 79 0 5B 2B 11 148 54 2D
Octal 324 23 171 0 133 53 21 510 124 55
Binary 11010100 10011 1111001 0 1011011 101011 10001 101001000 1010100 101101

Color Harmonies of #D41379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41379

Black with #D41379

Text Example


Text Example

White with #D41379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41379; }

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

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

background-color css

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

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

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

border-color css

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

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

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