Html Css Color HEX #D4139B Medium Violet Red

📋 copy color: '#D4139B'

red 212 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #D4139B

Tints of Medium Violet Red #D4139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 54.92%
G = 4.92%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4139B (or 0xD4139B) is known color: Medium Violet Red. HEX triplet: D4, 13 and 9B. RGB value is (212,19,155). Sum of RGB (Red+Green+Blue) = 212+19+155=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4139B is #2BEC64. Grayscale: #5B5B5B. Windows color (decimal): -2878565 or 10163156. OLE color: 10163156.

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

Color convert

RGB 212 19 155 -
CMYK 0 0.91 0.27 0.17
HSL 317.72º 0.84% 0.45% -
HSV(B) 317.72º 0.91% 0.83% -
XYZ 33.3 16.83 32.5 -
YUV 92.21 163.44 213.44 -
System Red Green Blue C M Y K H S L
Decimal 212 19 155 0 0.91 0.27 0.17 317.72 0.84 0.45
Hex D4 13 9B 0 5B 1B 11 13E 54 2D
Octal 324 23 233 0 133 33 21 476 124 55
Binary 11010100 10011 10011011 0 1011011 11011 10001 100111110 1010100 101101

Color Harmonies of #D4139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4139B

Black with #D4139B

Text Example


Text Example

White with #D4139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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