Html Css Color HEX #D4139A Medium Violet Red

📋 copy color: '#D4139A'

red 212 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #D4139A

Tints of Medium Violet Red #D4139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40%

R = 55.06%
G = 4.94%
B = 40%

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

#D4139A (or 0xD4139A) is known color: Medium Violet Red. HEX triplet: D4, 13 and 9A. RGB value is (212,19,154). Sum of RGB (Red+Green+Blue) = 212+19+154=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4139A is #2BEC65. Grayscale: #5B5B5B. Windows color (decimal): -2878566 or 10097620. OLE color: 10097620.

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

Color convert

RGB 212 19 154 -
CMYK 0 0.91 0.27 0.17
HSL 318.03º 0.84% 0.45% -
HSV(B) 318.03º 0.91% 0.83% -
XYZ 33.22 16.8 32.06 -
YUV 92.1 162.94 213.52 -
System Red Green Blue C M Y K H S L
Decimal 212 19 154 0 0.91 0.27 0.17 318.03 0.84 0.45
Hex D4 13 9A 0 5B 1B 11 13E 54 2D
Octal 324 23 232 0 133 33 21 476 124 55
Binary 11010100 10011 10011010 0 1011011 11011 10001 100111110 1010100 101101

Color Harmonies of #D4139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4139A

Black with #D4139A

Text Example


Text Example

White with #D4139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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