Html Css Color HEX #D3119F Medium Violet Red

📋 copy color: '#D3119F'

red 211 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #D3119F

Tints of Medium Violet Red #D3119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 54.52%
G = 4.39%
B = 41.09%

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

#D3119F (or 0xD3119F) is known color: Medium Violet Red. HEX triplet: D3, 11 and 9F. RGB value is (211,17,159). Sum of RGB (Red+Green+Blue) = 211+17+159=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3119F is #2CEE60. Grayscale: #5A5A5A. Windows color (decimal): -2944609 or 10424787. OLE color: 10424787.

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

Color convert

RGB 211 17 159 -
CMYK 0 0.92 0.25 0.17
HSL 316.08º 0.85% 0.45% -
HSV(B) 316.08º 0.92% 0.83% -
XYZ 33.32 16.75 34.28 -
YUV 91.19 166.27 213.45 -
System Red Green Blue C M Y K H S L
Decimal 211 17 159 0 0.92 0.25 0.17 316.08 0.85 0.45
Hex D3 11 9F 0 5C 19 11 13C 55 2D
Octal 323 21 237 0 134 31 21 474 125 55
Binary 11010011 10001 10011111 0 1011100 11001 10001 100111100 1010101 101101

Color Harmonies of #D3119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3119F

Black with #D3119F

Text Example


Text Example

White with #D3119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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