Html Css Color HEX #D3119E Medium Violet Red

📋 copy color: '#D3119E'

red 211 ◦ green 17 ◦ blue 158

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

Shades of Medium Violet Red #D3119E

Tints of Medium Violet Red #D3119E

RGB

 RED value IS 211 (82.81% from 255) = 54.66%

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

 BLUE value IS 158 (62.11% from 255) = 40.93%

R = 54.66%
G = 4.4%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3119E (or 0xD3119E) is known color: Medium Violet Red. HEX triplet: D3, 11 and 9E. RGB value is (211,17,158). Sum of RGB (Red+Green+Blue) = 211+17+158=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D3119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3119E is #2CEE61. Grayscale: #5A5A5A. Windows color (decimal): -2944610 or 10359251. OLE color: 10359251.

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

Color convert

RGB 211 17 158 -
CMYK 0 0.92 0.25 0.17
HSL 316.39º 0.85% 0.45% -
HSV(B) 316.39º 0.92% 0.83% -
XYZ 33.24 16.72 33.82 -
YUV 91.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 211 17 158 0 0.92 0.25 0.17 316.39 0.85 0.45
Hex D3 11 9E 0 5C 19 11 13C 55 2D
Octal 323 21 236 0 134 31 21 474 125 55
Binary 11010011 10001 10011110 0 1011100 11001 10001 100111100 1010101 101101

Color Harmonies of #D3119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3119E

Black with #D3119E

Text Example


Text Example

White with #D3119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3119E; }

 p { color: rgb(211,17,158); }

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

background-color css

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

 a { background-color: rgb(211,17,158); }

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

border-color css

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

 span { border-color: rgb(211,17,158); }

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