Html Css Color HEX #D4119B Medium Violet Red

📋 copy color: '#D4119B'

red 212 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #D4119B

Tints of Medium Violet Red #D4119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.43%

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

R = 55.21%
G = 4.43%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4119B (or 0xD4119B) is known color: Medium Violet Red. HEX triplet: D4, 11 and 9B. RGB value is (212,17,155). Sum of RGB (Red+Green+Blue) = 212+17+155=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D4119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4119B is #2BEE64. Grayscale: #5A5A5A. Windows color (decimal): -2879077 or 10162644. OLE color: 10162644.

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

Color convert

RGB 212 17 155 -
CMYK 0 0.92 0.27 0.17
HSL 317.54º 0.85% 0.45% -
HSV(B) 317.54º 0.92% 0.83% -
XYZ 33.27 16.76 32.49 -
YUV 91.04 164.1 214.28 -
System Red Green Blue C M Y K H S L
Decimal 212 17 155 0 0.92 0.27 0.17 317.54 0.85 0.45
Hex D4 11 9B 0 5C 1B 11 13E 55 2D
Octal 324 21 233 0 134 33 21 476 125 55
Binary 11010100 10001 10011011 0 1011100 11011 10001 100111110 1010101 101101

Color Harmonies of #D4119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4119B

Black with #D4119B

Text Example


Text Example

White with #D4119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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