Html Css Color HEX #D3199C Medium Violet Red

📋 copy color: '#D3199C'

red 211 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #D3199C

Tints of Medium Violet Red #D3199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 53.83%
G = 6.38%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3199C (or 0xD3199C) is known color: Medium Violet Red. HEX triplet: D3, 19 and 9C. RGB value is (211,25,156). Sum of RGB (Red+Green+Blue) = 211+25+156=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3199C is #2CE663. Grayscale: #5F5F5F. Windows color (decimal): -2942564 or 10230227. OLE color: 10230227.

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

Color convert

RGB 211 25 156 -
CMYK 0 0.88 0.26 0.17
HSL 317.74º 0.79% 0.46% -
HSV(B) 317.74º 0.88% 0.83% -
XYZ 33.21 16.94 32.97 -
YUV 95.55 162.12 210.35 -
System Red Green Blue C M Y K H S L
Decimal 211 25 156 0 0.88 0.26 0.17 317.74 0.79 0.46
Hex D3 19 9C 0 58 1A 11 13E 4F 2E
Octal 323 31 234 0 130 32 21 476 117 56
Binary 11010011 11001 10011100 0 1011000 11010 10001 100111110 1001111 101110

Color Harmonies of #D3199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3199C

Black with #D3199C

Text Example


Text Example

White with #D3199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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