Html Css Color HEX #D41373 Medium Violet Red

📋 copy color: '#D41373'

red 212 ◦ green 19 ◦ blue 115

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

Shades of Medium Violet Red #D41373

Tints of Medium Violet Red #D41373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 61.27%
G = 5.49%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D41373 (or 0xD41373) is known color: Medium Violet Red. HEX triplet: D4, 13 and 73. RGB value is (212,19,115). Sum of RGB (Red+Green+Blue) = 212+19+115=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D41373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41373 is #2BEC8C. Grayscale: #575757. Windows color (decimal): -2878605 or 7541716. OLE color: 7541716.

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

Color convert

RGB 212 19 115 -
CMYK 0 0.91 0.46 0.17
HSL 330.16º 0.84% 0.45% -
HSV(B) 330.16º 0.91% 0.83% -
XYZ 30.48 15.7 17.64 -
YUV 87.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 212 19 115 0 0.91 0.46 0.17 330.16 0.84 0.45
Hex D4 13 73 0 5B 2E 11 14A 54 2D
Octal 324 23 163 0 133 56 21 512 124 55
Binary 11010100 10011 1110011 0 1011011 101110 10001 101001010 1010100 101101

Color Harmonies of #D41373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41373

Black with #D41373

Text Example


Text Example

White with #D41373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41373; }

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

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

background-color css

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

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

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

border-color css

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

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

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