Html Css Color HEX #D3199E Medium Violet Red

📋 copy color: '#D3199E'

red 211 ◦ green 25 ◦ blue 158

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

Shades of Medium Violet Red #D3199E

Tints of Medium Violet Red #D3199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.35%

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

R = 53.55%
G = 6.35%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3199E (or 0xD3199E) is known color: Medium Violet Red. HEX triplet: D3, 19 and 9E. RGB value is (211,25,158). Sum of RGB (Red+Green+Blue) = 211+25+158=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D3199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3199E is #2CE661. Grayscale: #5F5F5F. Windows color (decimal): -2942562 or 10361299. OLE color: 10361299.

HSL color Cylindrical-coordinate representation of color #D3199E: hue angle of 317.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3199E is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 25 158 -
CMYK 0 0.88 0.25 0.17
HSL 317.1º 0.79% 0.46% -
HSV(B) 317.1º 0.88% 0.83% -
XYZ 33.38 17.01 33.87 -
YUV 95.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 211 25 158 0 0.88 0.25 0.17 317.1 0.79 0.46
Hex D3 19 9E 0 58 19 11 13D 4F 2E
Octal 323 31 236 0 130 31 21 475 117 56
Binary 11010011 11001 10011110 0 1011000 11001 10001 100111101 1001111 101110

Color Harmonies of #D3199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3199E

Black with #D3199E

Text Example


Text Example

White with #D3199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3199E; }

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

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

background-color css

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

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

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

border-color css

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

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

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